Update contianer names and depends upon

This commit is contained in:
Isaac Shoebottom 2024-08-06 18:02:38 -03:00
parent 6f7bd0777b
commit c382fa25e6

View File

@ -45,7 +45,8 @@ services:
- USE_RECAPTCHA=False
- DJANGO_CLEAR_STATIC_FIRST=True
- FROM_EMAIL='wger Workout Manager <wger@shoebottom.com>'
depends_on:
- db
env_file:
- ../stack.env
volumes:
@ -64,6 +65,7 @@ services:
db:
image: postgres:15-alpine
container_name: wger_db
environment:
- POSTGRES_USER=wger
- POSTGRES_PASSWORD=wger