This website works better with JavaScript.
Home
Explore
Help
Sign In
sindre
/
maven-sync-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make sure the maven container doesn't have internet
custom-downloader
Sindre Stephansen
3 years ago
parent
8b6a8ee5eb
commit
6b4ceffb3d
1 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
docker-compose.yml
+ 9
- 1
docker-compose.yml
View File
@@ -11,6 +11,9 @@ services:
- ./data:/app/data
ports:
- "9001:80"
networks:
- default
- nonet
restart: unless-stopped
maven-sync-job:
build: ./sync
@@ -18,4 +21,9 @@ services:
- repo
volumes:
- ./examples:/poms
network_mode: "service:repo"
networks:
- nonet
networks:
nonet:
internal: true
Write
Preview
Loading…
Cancel
Save