restart? ALWAYS!

Also bye searxng
This commit is contained in:
Peter Smit
2025-09-26 10:34:13 +02:00
parent a8aa54e448
commit 8ae7ba2c7f
14 changed files with 27 additions and 37 deletions

View File

@@ -1,6 +1,7 @@
services:
spliit:
image: ghcr.io/spliit-app/spliit:1.18.0
restart: always
ports:
- 3001:3000
depends_on:
@@ -15,6 +16,7 @@ services:
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
spliit_db:
image: postgres:17
restart: always
volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data
ports: