[web] Update docker compose example

This commit is contained in:
orosmatthew 2024-01-16 19:54:32 -05:00
parent 128f0f2f33
commit 17cacf0f9e

View File

@ -8,7 +8,7 @@ services:
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
- POSTGRES_USER=${DATABASE_USER}
- POSTGRES_DB=${DATABASE_DB}
restart: always
restart: unless-stopped
web:
build: .
ports:
@ -22,4 +22,4 @@ services:
- ./repo:/app/repo
depends_on:
- db
restart: always
restart: unless-stopped