Skip to content
Snippets Groups Projects
Commit 9747f167 authored by jurgenhaas's avatar jurgenhaas
Browse files

Move to a different port so avoid port conflicts with gitlab

parent 83dccc2b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ services:
build:
context: webui
ports:
- "8092:80"
- "8022:80"
depends_on:
- api
networks:
......@@ -16,7 +16,7 @@ services:
build:
context: api
ports:
- "8091:8080"
- "8021:8080"
depends_on:
- db
volumes:
......
......@@ -38,11 +38,11 @@
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /web http://127.0.0.1:8092/
ProxyPassReverse /web http://127.0.0.1:8092/
ProxyPass /web http://127.0.0.1:8022/
ProxyPassReverse /web http://127.0.0.1:8022/
ProxyPass /api http://127.0.0.1:8091/api
ProxyPassReverse /api http://127.0.0.1:8091/api
ProxyPass /api http://127.0.0.1:8021/api
ProxyPassReverse /api http://127.0.0.1:8021/api
ErrorLog ${APACHE_LOG_DIR}/{{ alerta_domain }}-error.log
LogLevel warn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment