11 lines
219 B
YAML
11 lines
219 B
YAML
|
services:
|
||
|
postgreSQL:
|
||
|
container_name: dengadiplom
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: not_admin
|
||
|
image: postgres
|
||
|
ports:
|
||
|
- 6000:5432
|
||
|
volumes:
|
||
|
- ./postgres-data:/var/lib/postgresql/data
|