Set an explicit username/password for Postgres in the swarm and k8s files too

This commit is contained in:
Peter Valdez
2020-02-19 14:54:19 -05:00
parent 7d1e4a982d
commit e8e002bb23
5 changed files with 19 additions and 1 deletions

View File

@ -47,6 +47,9 @@ services:
db:
image: postgres:9.4
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
volumes:
- "db-data:/var/lib/postgresql/data"
networks: