File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ services:
20
20
- 8099:80
21
21
depends_on :
22
22
- bookstack_db
23
+ # networks:
24
+ # - proxy
25
+ # labels:
26
+ # - traefik.enable=true
27
+ # - traefik.docker.network=proxy
28
+ # - traefik.http.routers.bookstack.rule=Host(`bookstack.example.com`)
29
+ # - traefik.http.services.bookstack.loadbalancer.server.port=80
30
+ # # Optional part for file upload max sizes
31
+ # - traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=50000000
32
+ # - traefik.http.middlewares.limit.buffering.maxResponseBodyBytes=50000000
33
+ # - traefik.http.middlewares.limit.buffering.memRequestBodyBytes=50000000
34
+ # - traefik.http.middlewares.limit.buffering.memResponseBodyBytes=50000000
35
+ # # Optional part for traefik middlewares
36
+ # - traefik.http.routers.bookstack.middlewares=local-ipwhitelist@file,authelia@docker
23
37
24
38
bookstack_db :
25
39
image : linuxserver/mariadb
@@ -36,3 +50,9 @@ services:
36
50
volumes :
37
51
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bookstack/mariadb-config:/config
38
52
restart : unless-stopped
53
+ # networks:
54
+ # - proxy
55
+
56
+ # networks:
57
+ # proxy:
58
+ # external: true
You can’t perform that action at this time.
0 commit comments