16 lines
397 B
YAML
16 lines
397 B
YAML
name: linuxmuster-voucher
|
|
|
|
services:
|
|
linuxmuster-voucher:
|
|
image: git.az-it.net/az/linuxmuster-voucher:latest
|
|
container_name: linuxmuster-voucher
|
|
ports:
|
|
- 42425:42425
|
|
# volumes:
|
|
# Eigenes Logo einbinden - MUSS ein PNG sein
|
|
# - ./<dein Logo>.png:/app/script/static/logo.png:ro
|
|
|
|
working_dir: /app/script
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|