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: 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
volumes:
- data:/app/vikunja/files
- ./config.yml:/app/vikunja/config.yml
file: file:
services:
api:
image: vikunja/api
restart: always
volumes:
- data:/app/vikunja/files
- ./config.yml:/app/vikunja/config.yml
networks:
default:
apps:
aliases:
- "{{ svc.name }}-api"
volumes: volumes:
data: data: