1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Remove advanced realtime features

This commit is contained in:
Jake Barnby 2023-08-30 00:33:35 -04:00
parent 3d0ae4b9d9
commit 129f942164
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -30,15 +30,6 @@ services:
ports:
- <?php echo $httpPort; ?>:80
- <?php echo $httpsPort; ?>:443
ulimits:
nofile:
soft: 655350
hard: 655350
sysctls:
- net.core.somaxconn=1024
- net.ipv4.tcp_rmem=1024 4096 16384
- net.ipv4.tcp_wmem=1024 4096 16384
- net.ipv4.ip_local_port_range=1025 65535
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- appwrite-config:/storage/config:ro