forked from
cool-handle.ebil.club/meowzone
beatufitull front end for ozone modration ,, wit catpucoin and ebergarden !
1version: "3.9"
2
3services:
4 postgres:
5 image: postgres:16
6 container_name: postgres
7 restart: unless-stopped
8 environment:
9 POSTGRES_USER: app
10 POSTGRES_PASSWORD: secret
11 POSTGRES_DB: appdb
12 ports:
13 - "5432:5432"
14 volumes:
15 - pgdata:/var/lib/postgresql/data
16
17volumes:
18 pgdata: