22 lines
495 B
YAML
22 lines
495 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=false
|
|
- PYTHONUNBUFFERED=1
|
|
env_file:
|
|
- .env
|
|
#restart: unless-stopped
|