mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
11 lines
227 B
YAML
11 lines
227 B
YAML
services:
|
|
psql:
|
|
image: postgres
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
# my condolences
|
|
POSTGRES_PASSWORD: skbiditoilet
|
|
volumes:
|
|
- ./psql:/var/lib/postgresql/data
|
|
ports:
|
|
- 5555:5432 |