chore(deploy): update urls to github repository (#8)

main
Christian Merten 1 month ago committed by GitHub
parent 3e5f6f0d27
commit 3b8964fbb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,7 +13,7 @@ services:
master:
<<: *kompass
build:
context: git@git.jdav-hd.merten.dev:digitales/kompass#main
context: https://github.com/chrisflav/kompass.git#main
dockerfile: docker/production/Dockerfile
entrypoint: /app/docker/production/entrypoint-master.sh
volumes:
@ -28,7 +28,7 @@ services:
- "host:10.26.42.1"
nginx:
build: git@git.jdav-hd.merten.dev:digitales/kompass#main:docker/production/nginx
build: https://github.com/chrisflav/kompass.git#main:docker/production/nginx
restart: always
volumes:
- uwsgi_data:/tmp/uwsgi/

Loading…
Cancel
Save