Remove central db for now

This commit is contained in:
Peter Smit
2025-12-16 19:44:13 +01:00
parent e827dd1bc9
commit f0631f3e3d
11 changed files with 0 additions and 451 deletions

View File

@@ -1,24 +0,0 @@
services:
spliit:
image: ghcr.io/spliit-app/spliit:1.19.0
restart: always
ports:
- 3001:3000
depends_on:
shared-postgres:
condition: service_healthy
env_file:
- .env
environment:
TZ: ${TZ}
POSTGRES_HOST: shared-postgres
POSTGRES_PORT: 5432
POSTGRES_DB: ${SPLIIT_POSTGRES_DB}
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
networks:
- postgres-network
networks:
postgres-network:
external: true