env fixes again
This commit is contained in:
@@ -15,8 +15,10 @@ services:
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=1253
|
||||
- POSTGRES_DB=docupulse
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user