Skip to content

Commit

Permalink
updated docker-compose.yml to reflect server changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo committed Nov 14, 2023
1 parent d61bf74 commit 23ddbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ services:
- gunicorn
- redis
volumes:
- ${PWD}/metropolis/local_settings.py:/app-inject/metropolis/local_settings2.py:ro
- ${PWD}/metropolis/local_rsa_privkey.pem:/app-inject/metropolis/local_rsa_privkey.pem:ro
- ${PWD}/metropolis/local_settings.py:/app-inject/metropolis/local_settings2.py:ro # changed to /metropolis2/ on server
- ${PWD}/metropolis/local_rsa_privkey.pem:/app-inject/metropolis/local_rsa_privkey.pem:ro # see above for all other references.
- public:/app-public:rw
- media:/app-media:rw
celery:
Expand Down

0 comments on commit 23ddbbc

Please sign in to comment.