Apply suggestions from code review
Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
|||||||
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}"
|
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}"
|
||||||
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
# configure the .env file to use own paths instead docker internal volumes
|
# configure the .env file to use own paths instead of docker internal volumes
|
||||||
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
||||||
COLLABORATION_APP_PROOF_DISABLE: "true"
|
COLLABORATION_APP_PROOF_DISABLE: "true"
|
||||||
volumes:
|
volumes:
|
||||||
# configure the .env file to use own paths instead docker internal volumes
|
# configure the .env file to use own paths instead of docker internal volumes
|
||||||
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
Reference in New Issue
Block a user