Compare commits

...

2 Commits

Author SHA1 Message Date
Brain 420d5947c0
Switch to Gitea registry 2023-12-04 22:15:18 +01:00
Brain 7cef10c915
Fix linter issue 2023-12-04 22:11:43 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
ki_frontend_image: registry.wtf-eg.net/ki-frontend:latest
ki_frontend_image: git.wtf-eg.de/kompetenzinventar/frontend:latest
ki_frontend_uri: https://ki-wtf-eg.de/
ki_frontend_port: 13337
ki_backend_image: registry.wtf-eg.net/ki-backend:latest
ki_backend_image: git.wtf-eg.de/kompetenzinventar/backend:latest
ki_backend_uri: https://ki-wtf-eg.de/api
ki_backend_port: 13338
ki_db_image: mariadb:10.6.3

View File

@ -28,4 +28,4 @@
become: true
community.docker.docker_compose:
project_src: /var/docker/ki
pull: yes
pull: true