mirror of
https://github.com/SrIzan10/nextbooru.git
synced 2026-06-06 00:57:02 +00:00
11 lines
241 B
YAML
11 lines
241 B
YAML
services:
|
|
psql:
|
|
user: 1000:1000
|
|
image: postgres
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
|
|
volumes:
|
|
- ./psql:/var/lib/postgresql/data
|
|
ports:
|
|
- 5555:5432 |