diff --git a/docker-compose.yml b/docker-compose.yml index 0d1c9f7..0cabe82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,8 @@ services: traefik.http.services.eo-services-client.loadbalancer.server.port: "80" environment: TZ: America/Chicago - AUTH_PROXY_PASS: https://eo-services.mortons.site/api/auth + VITE_API_BASE_URL: https://eo-services.mortons.site/api + VITE_ROUTER_BASE: / image: registry.mortons.site/eo-services-client:latest networks: traefik_public: null