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

Loading…
Cancel
Save