environment added to docker-compose.yml
This commit is contained in:
@@ -3,6 +3,9 @@ services:
|
||||
image: gitea.scu.si/florian.walther/password-generator:latest
|
||||
container_name: password-generator
|
||||
restart: always
|
||||
environment:
|
||||
- DEBUG=false
|
||||
- COUNTER_FILE=/data/counter.txt
|
||||
volumes:
|
||||
- ./app_data:/data
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user