Compare commits

..

No commits in common. "420d5947c0de5db55b04b097be26f0d32925f0fd" and "75f008d062a5fd046a04d7fec29994de32fcf923" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

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

View File

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