1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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" - "host.docker.internal:host-gateway"
couchdb-service: couchdb-service:
platform: linux/amd64 # platform: linux/amd64
container_name: budi-couchdb-dev container_name: budi-couchdb-dev
restart: on-failure restart: on-failure
image: ibmcom/couchdb3 image: ibmcom/couchdb3

View file

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