1
0
Fork 0
mirror of synced 2024-06-09 22:34:46 +12:00

fix(install): fix realtime service

This commit is contained in:
Torsten Dittmann 2021-05-27 11:08:10 +02:00
parent 288bd7fcc1
commit 27fde80a09

View file

@ -108,13 +108,10 @@ services:
- _APP_FUNCTIONS_RUNTIMES
appwrite-realtime:
image: <?php echo $organization; ?>/<?php echo $image; ?>:<?php echo $version."\n"; ?>
entrypoint: realtime
container_name: appwrite-realtime
build:
context: .
restart: unless-stopped
ports:
- 9505:80
labels:
- "traefik.enable=true"
- "traefik.constraint-label-stack=appwrite"