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"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: "nginx:1.19.10"
|
||||
image: "nginx:1.21.4"
|
||||
environment:
|
||||
- DOMAIN=${DOMAIN}
|
||||
configs:
|
||||
@ -19,9 +21,9 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- coop-cloud.${STACK_NAME}.web.version=1.19.10-75a55d33
|
||||
|
||||
app:
|
||||
image: "collabora/code:6.4.8.1"
|
||||
image: "collabora/code:6.4.9.3"
|
||||
configs:
|
||||
- source: loolwsd_xml
|
||||
target: /etc/loolwsd/loolwsd.xml
|
||||
@ -33,11 +35,14 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
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:
|
||||
proxy:
|
||||
external: true
|
||||
internal:
|
||||
|
||||
configs:
|
||||
nginx_conf:
|
||||
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
|
||||
|
Reference in New Issue
Block a user