DB developer image
This commit is contained in:
parent
3e70d40ec8
commit
3f766af29f
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user