chore: formatting, style

This commit is contained in:
decentral1se 2021-12-12 19:22:49 +01:00
parent 87df9c99c6
commit dc6146c597
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,6 @@
---
version: "3.8"
services:
app:
image: "matrixdotorg/synapse:v1.38.0"
@ -12,6 +14,11 @@ services:
- SYNAPSE_REPORT_STATS=no
networks:
- proxy
entrypoint: /docker-entrypoint.sh
configs:
- source: entrypoint_conf
target: /docker-entrypoint.sh
mode: 0555
deploy:
labels:
- "traefik.enable=true"
@ -25,17 +32,15 @@ services:
delay: "60s"
max_attempts: 3
window: 120s
entrypoint: /docker-entrypoint.sh
configs:
- source: entrypoint_conf
target: /docker-entrypoint.sh
mode: 0555
volumes:
data:
networks:
proxy:
external: true
internal:
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}