as
This commit is contained in:
parent
8f163ffdf1
commit
33fa7f1beb
1 changed files with 2 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/vikunja/files:/app/vikunja/files
|
- /DockerVol/vikunja/files:/app/vikunja/files
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
vikdb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-
|
restart: unless-
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -38,7 +38,6 @@ services:
|
||||||
- caddy=task.netgrimoire.com
|
- caddy=task.netgrimoire.com
|
||||||
- caddy.import=authentik
|
- caddy.import=authentik
|
||||||
- caddy.reverse_proxy="{{upstreams 3456}}"
|
- caddy.reverse_proxy="{{upstreams 3456}}"
|
||||||
|
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == docker4
|
- node.hostname == docker4
|
||||||
|
|
@ -47,7 +46,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
vikdb:
|
vikdb:
|
||||||
image: mariadb:
|
image: mariadb:
|
||||||
user: "1001:998"
|
user: "1001:998"
|
||||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue