split compose file

This commit is contained in:
2024-12-19 14:17:44 +01:00
parent 04db420f71
commit ed2234a9b6
21 changed files with 258 additions and 278 deletions

11
docker-compose.pgsql.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
pgsql:
container_name: pgsql
environment:
- POSTGRES_PASSWORD=example
image: postgres:latest
ports:
- 5432:5432
restart: unless-stopped
volumes:
- /opt/pgsql:/var/lib/postgresql/data