Skip to content

Commit

Permalink
Merge pull request #155 from oss-slu/implement-pull-and-build
Browse files Browse the repository at this point in the history
update docker-compose
  • Loading branch information
mohamdlog authored Oct 27, 2024
2 parents cc28737 + b4e2751 commit c0156f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: DroneWorld
services:
backend:
image: mohamdlog/droneworld-backend:v1.0.0
build: ./backend
ports:
- "5000:5000"
Expand All @@ -9,6 +10,7 @@ services:
- ./config/airsim:/root/Documents/AirSim # Mount the AirSim folder

frontend:
image: mohamdlog/droneworld-frontend:v1.0.0
build: ./frontend
ports:
- "3000:3000"
Expand Down

0 comments on commit c0156f8

Please sign in to comment.