Update vikunja to use unified image

This commit is contained in:
Tobias Reisinger 2024-02-11 21:37:10 +01:00
parent b46d7a15e7
commit ca0e40d0dd
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -2,17 +2,7 @@
vikunja_svc:
domain: todo.serguzim.me
name: vikunja
port: 80
caddy_extra: |
handle /api/* {
reverse_proxy vikunja-api:3456
}
handle /.well-known/* {
reverse_proxy vikunja-api:3456
}
handle /dav/* {
reverse_proxy vikunja-api:3456
}
port: 3456
db:
host: "{{ postgres.host }}"
port: "{{ postgres.port }}"
@ -60,19 +50,10 @@ vikunja_yml:
vikunja_compose:
watchtower: true
image: vikunja/frontend
file:
services:
api:
image: vikunja/api
restart: always
image: vikunja/vikunja
volumes:
- data:/app/vikunja/files
- ./config.yml:/app/vikunja/config.yml
networks:
default:
apps:
aliases:
- "{{ svc.name }}-api"
file:
volumes:
data: