homepage, docker integration and replica set to 3
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user