1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

delete unnecessary job

This commit is contained in:
Martin McKeaveney 2022-06-06 23:33:14 +01:00
parent 51b890b95a
commit e6b1cda092
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ services:
- "host.docker.internal:host-gateway"
couchdb-service:
platform: linux/amd64
# platform: linux/amd64
container_name: budi-couchdb-dev
restart: on-failure
image: ibmcom/couchdb3

View file

@ -63,7 +63,7 @@ http {
}
location /builder {
proxy_pass http://{{ address }}:4001;
proxy_pass http://{{ address }}:3000;
rewrite ^/builder(.*)$ /builder/$1 break;
}