Version v3.1.0-buster; sync labels

This commit is contained in:
3wc 2021-05-30 15:01:30 +02:00
parent 0ecad39e7f
commit cc8a4a1c57
2 changed files with 11 additions and 10 deletions

View File

@ -8,7 +8,7 @@ An ActivityPub-federated video streaming platform using P2P directly in your web
- **Category**: Applications
- **Status**: ❷💛
- **Image**: [`chocobozzz/peertube`](https://hub.docker.com/r/chocobozzz/peertube)
- **Image**: [`chocobozzz/peertube`](https://hub.docker.com/r/chocobozzz/peertube), ❷💛, official
- **Healthcheck**: ❶💚
- **Backups**: ❸🍎
- **Email**: ❶💚

View File

@ -1,6 +1,4 @@
---
version: "3.8"
services:
web:
image: nginx:1.20.0
@ -33,7 +31,7 @@ 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.20.0-ea4560b8
app:
image: chocobozzz/peertube:v3.1.0-buster
environment:
@ -63,7 +61,9 @@ services:
entrypoint: /docker-entrypoint.sh
networks:
- internal
deploy:
labels:
- coop-cloud.${STACK_NAME}.app.version=v3.1.0-buster-455af623
db:
image: postgres:10-alpine
environment:
@ -76,19 +76,22 @@ services:
- postgres-data:/var/lib/postgresql/data
networks:
- internal
deploy:
labels:
- coop-cloud.${STACK_NAME}.db.version=10-alpine-f2d229fd
cache:
image: redis:4-alpine
volumes:
- redis-data:/data
networks:
- internal
deploy:
labels:
- coop-cloud.${STACK_NAME}.cache.version=4-alpine-aaf7c123
networks:
internal:
proxy:
external: true
volumes:
app-data:
app-config:
@ -97,7 +100,6 @@ volumes:
nginx-cache:
postgres-data:
redis-data:
configs:
nginx_config:
name: ${STACK_NAME}_nginx_config_${NGINX_CONFIG_VERSION}
@ -106,7 +108,6 @@ configs:
app_entrypoint:
name: ${STACK_NAME}_app_entrypoint_${APP_ENTRYPOINT_VERSION}
file: entrypoint.sh
secrets:
db_password:
external: true