Switch to tagged image, add uploads vol

This commit is contained in:
3wc 2023-10-26 19:16:10 +01:00
parent f1e9b36a79
commit 2e16ebc362
1 changed files with 4 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,8 @@ 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}"
volumes:
- "uploads:/uploads"
db:
image: postgres:13
@ -75,4 +77,4 @@ networks:
volumes:
postgres_data:
uploads: