File tree Expand file tree Collapse file tree
devops/roles/proxy-docker-compose/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 ADDR: :80
2828 INBOX_URL: "http://inbox"
2929 WALLET_URL: "http://wallet"
30- INTERFACER_DPP_URL: "http://interfacer-dpp"
30+ INTERFACER_DPP_URL: "http://interfacer-dpp:8080 "
3131 OSH_URL: "http://osh/"
3232 IFACER_LOG: "/log"
3333 extra_hosts:
@@ -84,9 +84,6 @@ services:
8484 - "27017:27017"
8585 volumes:
8686 - mongodb_data:/data/db
87- networks:
88- - dpp-network
89-
9087 interfacer-dpp:
9188 image: ghcr.io/interfacerproject/interfacer-dpp:main
9289 container_name: interfacer-dpp
@@ -96,13 +93,7 @@ services:
9693 - MONGODB_URI=mongodb://mongodb:27017
9794 depends_on:
9895 - mongodb
99- networks:
100- - dpp-network
10196volumes:
10297 wallet_data:
10398 inbox_data:
10499 mongodb_data:
105-
106- networks:
107- dpp-network:
108- driver: bridge
You can’t perform that action at this time.
0 commit comments