Compare commits
3 Commits
819f145200
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c855009d6 | ||
| 1f541189a6 | |||
| d706fcdcd8 |
@@ -13,7 +13,7 @@ services:
|
||||
|
||||
# PostgreSQL database service
|
||||
audiomuse-ai-postgres:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:18-alpine
|
||||
container_name: audiomuse-postgres
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
@@ -10,7 +10,7 @@ include:
|
||||
- pihole/docker-compose.yml
|
||||
- pingvin/docker-compose.yml
|
||||
- pocketid/docker-compose.yml
|
||||
# - spliit/docker-compose.yml
|
||||
- spliit/docker-compose.yml
|
||||
- shlink/docker-compose.yml
|
||||
- synapse/docker-compose.yml
|
||||
- updater/docker-compose.yml
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
- shlink_db
|
||||
shlink_db:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
container_name: shlink_db
|
||||
restart: always
|
||||
volumes:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
services:
|
||||
spliit:
|
||||
image: ghcr.io/spliit-app/spliit:1.19.1
|
||||
#image: ghcr.io/spliit-app/spliit:1.19.1
|
||||
image: petersmit27/spliit:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 3001:3000
|
||||
@@ -15,7 +16,7 @@ services:
|
||||
POSTGRES_USER: ${SPLIIT_POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${SPLIIT_POSTGRES_PASSWORD}
|
||||
spliit_db:
|
||||
image: postgres:17
|
||||
image: postgres:18
|
||||
restart: always
|
||||
volumes:
|
||||
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user