Added notes

This commit is contained in:
WilliamMiceli
2019-01-16 18:59:01 -05:00
parent 7ed3a603e8
commit b7c6e17ae4

View File

@@ -18,7 +18,7 @@ services:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL} io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}} {{- end}}
traefik.enable: true traefik.enable: true
### Start HTTP Segment ### Start HTTP Segment (Each EntryPoint has it's own segment, that way on initial HTTP connection, the prefix isn't added twice)
traefik.http.frontend.entryPoints: http traefik.http.frontend.entryPoints: http
traefik.http.frontend.headers.SSLRedirect: true traefik.http.frontend.headers.SSLRedirect: true
traefik.http.frontend.rule: Host:${TRAEFIK_HOSTNAME} traefik.http.frontend.rule: Host:${TRAEFIK_HOSTNAME}
@@ -40,7 +40,7 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}/Setup:/setup - /RancherCattle/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler
guacd: guacd:
image: guacamole/guacd:latest image: guacamole/guacd:latest
dns: dns:
@@ -77,4 +77,4 @@ services:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql - /RancherCattle/${DATA_DIR}/Database:/var/lib/mysql
- /RancherCattle/${DATA_DIR}/Setup:/setup - /RancherCattle/${DATA_DIR}/Setup:/setup # Used to make initial setup much simpler