[docs-only] Fix some ocis_full deployment stuff
This commit is contained in:
@@ -37,6 +37,8 @@ services:
|
|||||||
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- ocis-config:/etc/ocis
|
- ocis-config:/etc/ocis
|
||||||
|
# configure the .env file to use own paths instead docker internal volumes
|
||||||
|
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.collaboration.entrypoints=https"
|
- "traefik.http.routers.collaboration.entrypoints=https"
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.0.3
|
image: traefik:v3.1.2
|
||||||
networks:
|
networks:
|
||||||
ocis-net:
|
ocis-net:
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ 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:
|
||||||
- ocis-config:/etc/ocis
|
# configure the .env file to use own paths instead docker internal volumes
|
||||||
|
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.collaboration-oo.entrypoints=https"
|
- "traefik.http.routers.collaboration-oo.entrypoints=https"
|
||||||
|
|||||||
Reference in New Issue
Block a user