aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-24 01:09:58 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-24 01:09:58 -0400
commitbe98920271e9f1a8becb1dbf91be721380a81bb3 (patch)
tree682501f9238ef9cbc8581779a26d752556afc3b4 /docker-compose.yaml
parenta88946bb7fcfc1632661eafc84eac0aa1c2573c3 (diff)
downloaddonetick-be98920271e9f1a8becb1dbf91be721380a81bb3.tar.gz
donetick-be98920271e9f1a8becb1dbf91be721380a81bb3.tar.bz2
donetick-be98920271e9f1a8becb1dbf91be721380a81bb3.zip
Update environment variable names in config and docker-compose
Diffstat (limited to '')
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index efaee3a..39bfd6e 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -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: