Can now serve front end via IP
This commit is contained in:
parent
e31bed050e
commit
99c02b4f7e
2
dev.yml
2
dev.yml
|
@ -20,7 +20,7 @@ services:
|
||||||
- internal
|
- internal
|
||||||
labels:
|
labels:
|
||||||
traefik.backend: "${COMPOSE_PROJECT_NAME-node1}"
|
traefik.backend: "${COMPOSE_PROJECT_NAME-node1}"
|
||||||
traefik.frontend.rule: "Host: ${COMPOSE_PROJECT_NAME-node1}.funkwhale.test"
|
traefik.frontend.rule: "Host:${COMPOSE_PROJECT_NAME-node1}.funkwhale.test,${NODE_IP-127.0.0.1}"
|
||||||
traefik.enable: 'true'
|
traefik.enable: 'true'
|
||||||
traefik.federation.protocol: 'http'
|
traefik.federation.protocol: 'http'
|
||||||
traefik.federation.port: "${WEBPACK_DEVSERVER_PORT-8080}"
|
traefik.federation.port: "${WEBPACK_DEVSERVER_PORT-8080}"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
defaultEntryPoints = ["http", "https"]
|
defaultEntryPoints = ["http", "https"]
|
||||||
|
[accessLog]
|
||||||
################################################################
|
################################################################
|
||||||
# Web configuration backend
|
# Web configuration backend
|
||||||
################################################################
|
################################################################
|
||||||
|
|
Loading…
Reference in New Issue