mirror of
https://github.com/SrIzan10/stack.git
synced 2026-06-06 01:06:54 +00:00
12 lines
236 B
YAML
12 lines
236 B
YAML
volumes:
|
|
psql:
|
|
services:
|
|
psql:
|
|
image: postgres
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
|
|
volumes:
|
|
- psql:/var/lib/postgresql/data
|
|
ports:
|
|
- 5555:5432 |