Compare commits

...

2 commits

Author SHA1 Message Date
a2ab467366
[synapse] Wait Keycloak when starting 2024-10-16 19:37:49 +02:00
2d508d5406
Rename fstab to fstab.part 2024-10-16 19:15:25 +02:00
2 changed files with 1 additions and 0 deletions

View file

View file

@ -1,6 +1,7 @@
services:
synapse:
container_name: synapse
entrypoint: ["sh", "-c", "curl -s -f --retry 5 --retry-all-errors https://kc.viyurz.fr/; /start.py"]
image: docker.io/matrixdotorg/synapse:latest
network_mode: pasta:-a,${env['pasta']['synapse']['ipv4']},-a,${env['pasta']['synapse']['ipv6']}
restart: always