Update vikunja to use unified image
This commit is contained in:
parent
b46d7a15e7
commit
ca0e40d0dd
1 changed files with 5 additions and 24 deletions
|
@ -2,17 +2,7 @@
|
||||||
vikunja_svc:
|
vikunja_svc:
|
||||||
domain: todo.serguzim.me
|
domain: todo.serguzim.me
|
||||||
name: vikunja
|
name: vikunja
|
||||||
port: 80
|
port: 3456
|
||||||
caddy_extra: |
|
|
||||||
handle /api/* {
|
|
||||||
reverse_proxy vikunja-api:3456
|
|
||||||
}
|
|
||||||
handle /.well-known/* {
|
|
||||||
reverse_proxy vikunja-api:3456
|
|
||||||
}
|
|
||||||
handle /dav/* {
|
|
||||||
reverse_proxy vikunja-api:3456
|
|
||||||
}
|
|
||||||
db:
|
db:
|
||||||
host: "{{ postgres.host }}"
|
host: "{{ postgres.host }}"
|
||||||
port: "{{ postgres.port }}"
|
port: "{{ postgres.port }}"
|
||||||
|
@ -60,19 +50,10 @@ vikunja_yml:
|
||||||
|
|
||||||
vikunja_compose:
|
vikunja_compose:
|
||||||
watchtower: true
|
watchtower: true
|
||||||
image: vikunja/frontend
|
image: vikunja/vikunja
|
||||||
file:
|
|
||||||
services:
|
|
||||||
api:
|
|
||||||
image: vikunja/api
|
|
||||||
restart: always
|
|
||||||
volumes:
|
volumes:
|
||||||
- data:/app/vikunja/files
|
- data:/app/vikunja/files
|
||||||
- ./config.yml:/app/vikunja/config.yml
|
- ./config.yml:/app/vikunja/config.yml
|
||||||
networks:
|
file:
|
||||||
default:
|
|
||||||
apps:
|
|
||||||
aliases:
|
|
||||||
- "{{ svc.name }}-api"
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
data:
|
||||||
|
|
Reference in a new issue