Skip to content

Commit

Permalink
chore: update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn Janssens committed Mar 27, 2024
1 parent 7081012 commit 11b804a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions Dockerrun.aws.json

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- 80:80
extra_hosts:
- "host.docker.internal:host-gateway"
image: ghcr.io/inthepocket/elia-hackathon-2024-backend/elia-hackathon-backend-golang:latest
image: docker.io/finnjanssens/elia-hackathon-2024-backend/elia-hackathon-backend-golang:latest
steering-python:
network_mode: "host"
build:
Expand All @@ -19,4 +19,4 @@ services:
tty: true # colorized output
ports:
- 5001:5001
image: ghcr.io/inthepocket/elia-hackathon-2024-backend/elia-hackathon-backend-steering-python:latest
image: docker.io/finnjanssens/elia-hackathon-2024-backend/elia-hackathon-backend-steering-python:latest

0 comments on commit 11b804a

Please sign in to comment.