update the host files to point to accessible docker container names for backends

added testing for this, including mock backend server.
This commit is contained in:
2020-06-03 22:08:52 -04:00
parent 764aa9c8ed
commit 857bf699de
21 changed files with 138 additions and 35 deletions

View File

@@ -7,3 +7,19 @@ services:
build:
context: .
dockerfile: Dockerfile
mock:
image: library/nginx:alpine
volumes:
- ./test.conf:/etc/nginx/nginx.conf
networks:
default:
aliases:
- abc-api_nginx
- dkui_app
- gitea_app
- jenkins_app
- sslproxy_renew
- xaibox_app