Update contianer names and depends upon
This commit is contained in:
parent
6f7bd0777b
commit
c382fa25e6
@ -45,7 +45,8 @@ services:
|
|||||||
- USE_RECAPTCHA=False
|
- USE_RECAPTCHA=False
|
||||||
- DJANGO_CLEAR_STATIC_FIRST=True
|
- DJANGO_CLEAR_STATIC_FIRST=True
|
||||||
- FROM_EMAIL='wger Workout Manager <wger@shoebottom.com>'
|
- FROM_EMAIL='wger Workout Manager <wger@shoebottom.com>'
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
env_file:
|
env_file:
|
||||||
- ../stack.env
|
- ../stack.env
|
||||||
volumes:
|
volumes:
|
||||||
@ -64,6 +65,7 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
container_name: wger_db
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=wger
|
- POSTGRES_USER=wger
|
||||||
- POSTGRES_PASSWORD=wger
|
- POSTGRES_PASSWORD=wger
|
||||||
|
Loading…
Reference in New Issue
Block a user