Skip to content

Commit

Permalink
got rid of env vars and build args
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisyhjiang committed May 27, 2024
1 parent 6334917 commit d20927b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/angular-express/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d20927b

Please sign in to comment.