chore(compose): call frontend application app

This commit is contained in:
jon r 2025-03-15 16:50:27 +01:00
parent d3ade6c076
commit 96f5c0806d
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ NGINX_MAX_BODY_SIZE=10G
FUNKWHALE_API_HOST=api
FUNKWHALE_API_PORT=5000
FUNKWHALE_FRONT_HOST=front
FUNKWHALE_FRONT_HOST=app
FUNKWHALE_FRONT_PORT=${VUE_PORT}
# postgres

View File

@ -13,7 +13,7 @@ x-django: &django
dns_search: funkwhale.test
services:
front:
app:
extends:
file: ./compose/app.vue.yml
service: app
@ -35,7 +35,7 @@ services:
file: ./compose/app.nginx.yml
service: nginx
depends_on:
front:
app:
condition: service_healthy
api:
condition: service_healthy