mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
use single host for server, assets and homepage
This commit is contained in:
parent
eca5b954b4
commit
907736a6e2
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user