This commit is contained in:
holzi1005 2024-12-08 15:55:47 +01:00
parent a18deb9309
commit 12647870d2

View file

@ -66,6 +66,7 @@ services:
- "traefik.http.routers.app-ja.entrypoints=web"
- "traefik.http.services.app-ja.loadbalancer.server.port=8080"
volumes:
- ja_data:/var/www/html/data
- theme_data:/var/www/html/theme
- image_upload:/var/www/html/public/uploads/images
- theme_assests_data:/var/www/html/public/theme
@ -116,6 +117,7 @@ networks:
volumes:
mariadb:
ja_data:
image_upload:
theme_data:
theme_assests_data: