Skip to content

Commit

Permalink
Merge pull request #3352 from infotroph/bety-gets-a-volume
Browse files Browse the repository at this point in the history
make a named volume for the Bety logs mountpoint
  • Loading branch information
infotroph authored Aug 4, 2024
2 parents 43a975b + 0a8767f commit 7592eab
Show file tree
Hide file tree
Showing 2 changed files with 6 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
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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 @@ -346,6 +348,7 @@ networks:
volumes:
traefik:
postgres:
bety:
rabbitmq:
pecan:
rstudio:
Expand Down

0 comments on commit 7592eab

Please sign in to comment.