Docker-compose fixed api-host

deployment_final
s8613 2025-07-02 14:54:46 +02:00
parent 508c2a1ba8
commit cee8de81e8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services:
build: build:
context: frontend context: frontend
environment: environment:
- API_HOST=http://ec2-18-193-8-169.eu-central-1.compute.amazonaws.com/ff-api - API_HOST=http://ec2-3-121-130-58.eu-central-1.compute.amazonaws.com/ff-api
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.ff-frontend.rule=PathPrefix(`/ff`)" - "traefik.http.routers.ff-frontend.rule=PathPrefix(`/ff`)"