Merge pull request #9811 from owncloud/fix_some_deployment_stuff

Fix some deployment stuff
This commit is contained in:
Martin
2024-08-14 16:17:39 +02:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

View File

@@ -36,7 +36,8 @@ services:
COLLABORATION_CS3API_DATAGATEWAY_INSECURE: "${INSECURE:-true}"
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
volumes:
- ocis-config:/etc/ocis
# configure the .env file to use own paths instead of docker internal volumes
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
labels:
- "traefik.enable=true"
- "traefik.http.routers.collaboration.entrypoints=https"

View File

@@ -1,8 +1,7 @@
---
services:
traefik:
image: traefik:v3.0.3
image: traefik:v3.1.2
networks:
ocis-net:
command:

View File

@@ -55,7 +55,7 @@ services:
- ./config/ocis/app-registry.yaml:/etc/ocis/app-registry.yaml
- ./config/ocis/csp.yaml:/etc/ocis/csp.yaml
- ./config/ocis/banned-password-list.txt:/etc/ocis/banned-password-list.txt
# 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_DATA_DIR:-ocis-data}:/var/lib/ocis
labels:

View File

@@ -33,7 +33,8 @@ services:
COLLABORATION_LOG_LEVEL: ${LOG_LEVEL:-info}
COLLABORATION_APP_PROOF_DISABLE: "true"
volumes:
- ocis-config:/etc/ocis
# configure the .env file to use own paths instead of docker internal volumes
- ${OCIS_CONFIG_DIR:-ocis-config}:/etc/ocis
labels:
- "traefik.enable=true"
- "traefik.http.routers.collaboration-oo.entrypoints=https"