generated from coop-cloud/example
Compare commits
3 Commits
main
...
1.0.0+6.4.
Author | SHA1 | Date | |
---|---|---|---|
96317dd2be
|
|||
f9d5893e41
|
|||
a0e3a4d971
|
13
compose.yml
13
compose.yml
@ -1,7 +1,9 @@
|
|||||||
|
---
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: "nginx:1.19.10"
|
image: "nginx:1.21.4"
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=${DOMAIN}
|
- DOMAIN=${DOMAIN}
|
||||||
configs:
|
configs:
|
||||||
@ -19,9 +21,9 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- coop-cloud.${STACK_NAME}.web.version=1.19.10-75a55d33
|
|
||||||
app:
|
app:
|
||||||
image: "collabora/code:6.4.8.1"
|
image: "collabora/code:6.4.9.3"
|
||||||
configs:
|
configs:
|
||||||
- source: loolwsd_xml
|
- source: loolwsd_xml
|
||||||
target: /etc/loolwsd/loolwsd.xml
|
target: /etc/loolwsd/loolwsd.xml
|
||||||
@ -33,11 +35,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
deploy:
|
deploy:
|
||||||
labels: ['coop-cloud.${STACK_NAME}.app.version=6.4.8.1-901e2607']
|
labels:
|
||||||
|
- "coop-cloud.${STACK_NAME}.version=1.0.0+6.4.9.3"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
internal:
|
internal:
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
nginx_conf:
|
nginx_conf:
|
||||||
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
|
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
|
||||||
|
Reference in New Issue
Block a user