add postgres

This commit is contained in:
2025-08-26 00:00:42 -03:00
parent 1326530991
commit e33eccebb9
43 changed files with 622 additions and 636 deletions

View File

@@ -19,3 +19,17 @@ services:
restart: unless-stopped
ports:
- 7700:7700
postgres:
image: postgres
container_name: postgres
restart: always
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=pgsql@pwd
- PGID=1000
- PUID=1000
ports:
- 5432:5432
volumes:
- ./.postgres_data:/var/lib/postgresql/data