Skip to content

Commit

Permalink
prod too
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Aug 3, 2024
1 parent ee746f2 commit 0a8767f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ services:
- SECRET_KEY_BASE=${BETY_SECRET_KEY:-notasecret}
- RAILS_RELATIVE_URL_ROOT=/bety
- LOCAL_SERVER=${BETY_LOCAL_SERVER:-99}
volumes:
- bety:/home/bety/log
depends_on:
- postgres
labels:
Expand Down Expand Up @@ -279,6 +281,7 @@ networks:
volumes:
traefik:
postgres:
bety:
rabbitmq:
pecan:
rstudio:
Expand Down

0 comments on commit 0a8767f

Please sign in to comment.