Skip to content

Commit

Permalink
Added the image field, the networks and added " to the ports one for …
Browse files Browse the repository at this point in the history
…the backend
  • Loading branch information
Mister-Mario committed Mar 9, 2024
1 parent 90026f0 commit f919336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@

backend:
container_name: backend_wiq-${teamname:-defaultASW}
image: ghcr.io/arquisoft/wiq_en1b/backend:latest
profiles: ["dev", "prod"]
build: ./backend/wiq
ports:
- 8090:8090
- "8090:8090"
networks:
- mynetwork

gatewayservice:
container_name: gatewayservice-${teamname:-defaultASW}
Expand Down

0 comments on commit f919336

Please sign in to comment.