3 Commits

Author SHA1 Message Date
Renovate Bot
1dc10dafbb Update ghcr.io/pocket-id/pocket-id Docker tag to v0.35.1 2025-02-23 00:02:16 +00:00
Peter Smit
c2e9283447 only use port 8008 for synapse 2025-02-22 11:56:49 +01:00
Peter Smit
bb569d6b3b remove nonexistent template 2025-02-22 11:25:49 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v0.34.0
image: ghcr.io/pocket-id/pocket-id:v0.35.1
restart: unless-stopped
env_file: .env
ports:

View File

@@ -8,7 +8,7 @@ services:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C --template=template0'
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C'
synapse:
image: matrixdotorg/synapse:v1.124.0
restart: unless-stopped
@@ -24,7 +24,6 @@ services:
SYNAPSE_POSTGRES_DB: ${POSTGRES_DB}
ports:
- "8008:8008"
- "8448:8448"
depends_on:
- synapse_db