2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

use single host for server, assets and homepage

This commit is contained in:
Frederik Ring 2019-09-04 17:32:28 +02:00
parent eca5b954b4
commit 907736a6e2

View File

@ -51,12 +51,6 @@ services:
- .:/offen - .:/offen
- vaultdeps:/offen/vault/node_modules - vaultdeps:/offen/vault/node_modules
command: npm start -- --port 9977 command: npm start -- --port 9977
environment:
- SERVER_HOST=http://localhost:8080
- KMS_HOST=http://localhost:8081
- SCRIPT_HOST=http://localhost:9977
- AUDITORIUM_HOST=http://localhost:8080
- HOMEPAGE_HOST=http://localhost:8081
script: script:
build: build:
@ -68,7 +62,7 @@ services:
- scriptdeps:/offen/script/node_modules - scriptdeps:/offen/script/node_modules
command: npm start -- --port 9966 command: npm start -- --port 9966
environment: environment:
- VAULT_HOST=http://localhost:8080/vault/ - VAULT_HOST=/vault/
auditorium: auditorium:
build: build:
@ -80,7 +74,7 @@ services:
- auditoriumdeps:/offen/auditorium/node_modules - auditoriumdeps:/offen/auditorium/node_modules
command: npm start -- --port 9955 command: npm start -- --port 9955
environment: environment:
- VAULT_HOST=http://localhost:8080/vault/ - VAULT_HOST=/vault/
homepage: homepage:
build: build: