diff options
Diffstat (limited to 'container-compose.yml')
| -rw-r--r-- | container-compose.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/container-compose.yml b/container-compose.yml index a471d8b..42e2371 100644 --- a/container-compose.yml +++ b/container-compose.yml @@ -15,6 +15,9 @@ services: database: image: postgres:latest restart: always + environment: + POSTGRES_USER: newsstand + POSTGRES_PASSWORD: newsstand ports: - "9002:5432" volumes: |
