Skip to content

Commit

Permalink
fixup baked loc
Browse files Browse the repository at this point in the history
  • Loading branch information
norm committed Jul 28, 2021
1 parent f33cfa7 commit fd9fb2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/app
- ./baked:/baked
environment:
- DEBUG=1
- SECRET_KEY=django-insecure-2c1-f@&vqyh*(eiz4+pyfiuxihuiesg39uz-y=vczx95yrqx%1
Expand Down
1 change: 1 addition & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
driver: journald
volumes:
- static:/static
- baked:/baked

nginx:
restart: unless-stopped
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ services:
- environ
depends_on:
- db
volumes:
- baked:/baked

nginx:
image: nginx:1.21.1
Expand Down

0 comments on commit fd9fb2f

Please sign in to comment.