diff --git a/samples/angular-express/compose.yaml b/samples/angular-express/compose.yaml index cec6d5d2..5d274a43 100644 --- a/samples/angular-express/compose.yaml +++ b/samples/angular-express/compose.yaml @@ -4,15 +4,11 @@ services: angular-frontend: build: context: ./frontend - args: - - SOCKET_IO_URL=SOCKET_IO_URL=https://chrisyhjiang-backend--3000.prod1.defang.dev ports: - target: 80 published: 80 protocol: tcp mode: ingress - environment: - - SOCKET_IO_URL=SOCKET_IO_URL=https://chrisyhjiang-backend--3000.prod1.defang.dev restart: unless-stopped deploy: resources: