Add log level env var

This commit is contained in:
Ryan Harg 2024-11-29 12:09:09 +01:00
parent 9afcf36553
commit e1406dd4ef

View file

@ -4,6 +4,7 @@ services:
network_mode: host
environment:
- QUARKUS_HTTP_PORT=11000
- DDNS_LOG_LEVEL=INFO
volumes:
- ./config.json:/home/jboss/config.json
restart: unless-stopped