Skip to content

Commit

Permalink
Merge pull request #762 from PecanProject/volume-for-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph authored Aug 4, 2024
2 parents 50cabc3 + 95dab4b commit 37b562e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
- UNICORN_WORKER_PROCESSES=1
- SECRET_KEY_BASE=thisisnotasecret
- GOOGLE_ANALYTICS_ID=G-0000000000
volumes:
- bety:/home/bety/log
depends_on:
- postgres
restart: unless-stopped
Expand All @@ -32,3 +34,4 @@ networks:

volumes:
postgres:
bety:

0 comments on commit 37b562e

Please sign in to comment.