diff --git a/docker-compose.yml b/docker-compose.yml index 61aa361..ab4621f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,12 +18,12 @@ services: context: ./frontend dockerfile: Dockerfile args: - - NUXT_PUBLIC_API_BASE=http://localhost:3001 + - NUXT_PUBLIC_API_BASE= container_name: eng-bot-frontend expose: - "3000" environment: - - NUXT_PUBLIC_API_BASE=http://localhost:3001 + - NUXT_PUBLIC_API_BASE= depends_on: - backend restart: unless-stopped