removed networks

This commit is contained in:
cventastic
2021-12-27 10:37:16 +01:00
parent b0e5399a08
commit a0fae6a371
4 changed files with 0 additions and 13 deletions

View File

@@ -98,10 +98,3 @@ services:
volumes:
prometheus_data:
### NETWORKS
networks:
pocket:
driver: bridge
monitor-net:
driver: bridge

View File

@@ -20,8 +20,6 @@ services:
- ./chains/chains_mainnet.json:/home/app/.pocket/config/chains.json
- ./bootstrap_skript/pokt_mainnet.sh:/home/app/.pocket/pokt_mainnet.sh
- pocket-mainnet:/home/app/.pocket
networks:
- $NET_POKT
labels:
- "traefik.enable=true"
- "traefik.http.services.myservice.loadbalancer.server.port=8081"

View File

@@ -18,8 +18,6 @@ services:
volumes:
- ./chains/chains_testnet.json:/home/app/.pocket/config/chains.json
- pocket-testnet:/home/app/.pocket
networks:
- $NET_POKT
restart: unless-stopped
### VOLUMES

View File

@@ -11,8 +11,6 @@ services:
ports:
- "443:443"
- "127.0.0.1:8080:8080"
networks:
- $NET_POKT
command:
- "--api=true"
- "--api.insecure=true"