gadasin/compose.yml

11 lines
219 B
YAML
Raw Normal View History

2024-12-19 01:16:37 +03:00
services:
postgreSQL:
container_name: dengadiplom
environment:
POSTGRES_PASSWORD: not_admin
image: postgres
ports:
- 6000:5432
volumes:
- ./postgres-data:/var/lib/postgresql/data