diff --git a/docker-compose.yml b/docker-compose.yml index d733ed9..18b5f20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,10 +48,10 @@ services: context: ./packages/web dockerfile: Dockerfile args: - - NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api + - NEXT_PUBLIC_API_URL=https://model.manohargupta.com restart: unless-stopped environment: - - NEXT_PUBLIC_API_URL=https://model.manohargupta.com/api + - NEXT_PUBLIC_API_URL=https://model.manohargupta.com labels: - traefik.enable=true - traefik.docker.network=dokploy-network