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
db.postgres:
image: postgres
image: mborzyszkowski/internship_system_db:latest
restart: always
environment:
POSTGRES_PASSWORD: szwoniu
PGDATA: /postgres
ports:
- 5432:5432
- 5432:5432