update
This commit is contained in:
parent
a18deb9309
commit
12647870d2
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ services:
|
||||||
- "traefik.http.routers.app-ja.entrypoints=web"
|
- "traefik.http.routers.app-ja.entrypoints=web"
|
||||||
- "traefik.http.services.app-ja.loadbalancer.server.port=8080"
|
- "traefik.http.services.app-ja.loadbalancer.server.port=8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
- ja_data:/var/www/html/data
|
||||||
- theme_data:/var/www/html/theme
|
- theme_data:/var/www/html/theme
|
||||||
- image_upload:/var/www/html/public/uploads/images
|
- image_upload:/var/www/html/public/uploads/images
|
||||||
- theme_assests_data:/var/www/html/public/theme
|
- theme_assests_data:/var/www/html/public/theme
|
||||||
|
@ -116,6 +117,7 @@ networks:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mariadb:
|
mariadb:
|
||||||
|
ja_data:
|
||||||
image_upload:
|
image_upload:
|
||||||
theme_data:
|
theme_data:
|
||||||
theme_assests_data:
|
theme_assests_data:
|
Loading…
Add table
Reference in a new issue