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
|
- HOMEPAGE_ALLOWED_HOSTS=dockers.localdomain:3065 # add your FQDN here
|
||||||
|
|
||||||
volumes:
|
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_conf:/app/config # Make sure your local config directory exists
|
||||||
- homep_ico:/app/public/icons
|
- homep_ico:/app/public/icons
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
replicas: 1
|
replicas: 3
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
homep_conf:
|
homep_conf:
|
||||||
|
|||||||
Reference in New Issue
Block a user