chore(compose): call frontend application app
This commit is contained in:
parent
d3ade6c076
commit
96f5c0806d
|
@ -49,7 +49,7 @@ NGINX_MAX_BODY_SIZE=10G
|
||||||
FUNKWHALE_API_HOST=api
|
FUNKWHALE_API_HOST=api
|
||||||
FUNKWHALE_API_PORT=5000
|
FUNKWHALE_API_PORT=5000
|
||||||
|
|
||||||
FUNKWHALE_FRONT_HOST=front
|
FUNKWHALE_FRONT_HOST=app
|
||||||
FUNKWHALE_FRONT_PORT=${VUE_PORT}
|
FUNKWHALE_FRONT_PORT=${VUE_PORT}
|
||||||
|
|
||||||
# postgres
|
# postgres
|
||||||
|
|
|
@ -13,7 +13,7 @@ x-django: &django
|
||||||
dns_search: funkwhale.test
|
dns_search: funkwhale.test
|
||||||
|
|
||||||
services:
|
services:
|
||||||
front:
|
app:
|
||||||
extends:
|
extends:
|
||||||
file: ./compose/app.vue.yml
|
file: ./compose/app.vue.yml
|
||||||
service: app
|
service: app
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
file: ./compose/app.nginx.yml
|
file: ./compose/app.nginx.yml
|
||||||
service: nginx
|
service: nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
front:
|
app:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
api:
|
api:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in New Issue