[web] Update docker compose example
This commit is contained in:
parent
128f0f2f33
commit
17cacf0f9e
@ -8,7 +8,7 @@ services:
|
|||||||
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
|
||||||
- POSTGRES_USER=${DATABASE_USER}
|
- POSTGRES_USER=${DATABASE_USER}
|
||||||
- POSTGRES_DB=${DATABASE_DB}
|
- POSTGRES_DB=${DATABASE_DB}
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
@ -22,4 +22,4 @@ services:
|
|||||||
- ./repo:/app/repo
|
- ./repo:/app/repo
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
restart: always
|
restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user