homepage, docker integration and replica set to 3

This commit is contained in:
dn
2025-10-27 13:18:50 +01:00
parent 252999c990
commit 8b9906672c

View File

@@ -16,13 +16,13 @@ services:
- HOMEPAGE_ALLOWED_HOSTS=dockers.localdomain:3065 # add your FQDN here
volumes:
#- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
- /var/run/docker.sock:/var/run/docker.sock:ro # (optional) For docker integrations
- homep_conf:/app/config # Make sure your local config directory exists
- homep_ico:/app/public/icons
deploy:
mode: replicated
replicas: 1
replicas: 3
volumes:
homep_conf: