DB developer image

This commit is contained in:
mborzyszkowski 2020-07-14 19:27:17 +02:00
parent 3e70d40ec8
commit 3f766af29f

View File

@ -12,9 +12,11 @@ services:
- 8080:80 - 8080:80
db.postgres: db.postgres:
image: postgres image: mborzyszkowski/internship_system_db:latest
restart: always restart: always
environment: environment:
POSTGRES_PASSWORD: szwoniu POSTGRES_PASSWORD: szwoniu
PGDATA: /postgres
ports: ports:
- 5432:5432 - 5432:5432