Compare commits
1 Commits
1dc10dafbb
...
f1f1087e78
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1f1087e78 |
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.35.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.35.0
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
|
||||
@@ -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'
|
||||
POSTGRES_INITDB_ARGS: '--encoding=UTF-8 --locale=C --template=template0'
|
||||
synapse:
|
||||
image: matrixdotorg/synapse:v1.124.0
|
||||
restart: unless-stopped
|
||||
@@ -24,6 +24,7 @@ services:
|
||||
SYNAPSE_POSTGRES_DB: ${POSTGRES_DB}
|
||||
ports:
|
||||
- "8008:8008"
|
||||
- "8448:8448"
|
||||
depends_on:
|
||||
- synapse_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user