Skip to content

Commit

Permalink
MARP-1199 DEV instance refers to the config of the ci build
Browse files Browse the repository at this point in the history
- Missing network
  • Loading branch information
nqhoan-axonivy committed Nov 1, 2024
1 parent 108b3d0 commit e708bb7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion marketplace-build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
- marketcache:/usr/share/nginx/html/market-cache
ports:
- "4200:80"
networks:
- marketplace-network

service:
container_name: marketplace-service
Expand All @@ -41,7 +43,12 @@ services:
- BUILD_VERSION=${BUILD_VERSION}
ports:
- "8080:8080"
networks:
- marketplace-network

volumes:
mongodata:
marketcache:

networks:
marketplace-network:
external: true

0 comments on commit e708bb7

Please sign in to comment.