Update environment variable names in config and docker-compose

This commit is contained in:
Mo Tarbin 2024-07-24 01:09:58 -04:00
parent a88946bb7f
commit be98920271
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ services:
ports:
- "8085:8000"
environment:
- CA_ENV=prod
- DT_ENV=prod
hostname: donetick-core
command: ["/donetick-core"] # Command to execute your binary inside the container
networks: