Compare commits

...

2 Commits

Author SHA1 Message Date
3wc 7f4ebd4fd1 chore: publish 1.0.0+v2.5.1 release
continuous-integration/drone/push Build is passing Details
2023-10-26 19:18:25 +01:00
3wc 2e16ebc362 Switch to tagged image, add uploads vol 2023-10-26 19:16:10 +01:00
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: listmonk/listmonk:latest
image: listmonk/listmonk:v2.5.1
networks:
- internal
- proxy
@ -32,6 +32,9 @@ services:
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=9000"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.0.0+v2.5.1"
volumes:
- "uploads:/uploads"
db:
image: postgres:13
@ -75,4 +78,4 @@ networks:
volumes:
postgres_data:
uploads: