linuxmuster-voucher/docker-compose.dev.yml
2025-05-06 23:26:57 +02:00

23 lines
513 B
YAML

name: linuxmuster-voucher
services:
linuxmuster-voucher:
build:
context: .
dockerfile: Dockerfile
image: git.az-it.net/az/linuxmuster-voucher:latest
container_name: linuxmuster-voucher
ports:
- 42425:42425
volumes:
- ./script:/app/script
# - ./lmn-logo.png:/app/script/static/logo.png:ro
working_dir: /app/script
environment:
- DEV=true
- DEBUG=true
- PYTHONUNBUFFERED=1
env_file:
- .env
#restart: unless-stopped