[TrueCloudLab#1] Remove coredns

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2023-01-11 09:48:22 +03:00 committed by Alex Vanin
parent 769410a29f
commit fc999d0a63
11 changed files with 5 additions and 45 deletions

View file

@ -6,3 +6,5 @@ S3_GW_LOGGER_LEVEL=debug
S3_GW_MAX_CLIENTS_COUNT=100
S3_GW_MAX_CLIENTS_DEADLINE=30s
S3_GW_RESOLVE_ORDER=nns

View file

@ -8,8 +8,6 @@ services:
hostname: s3_gate
container_name: s3_gate
restart: on-failure
dns:
- ${IPV4_PREFIX}.53
networks:
s3_gate_int:
internet:
@ -24,6 +22,7 @@ services:
environment:
- S3_GW_WALLET_PATH=/wallet.json
- S3_GW_WALLET_PASSPHRASE=s3
- S3_GW_RPC_ENDPOINT=http://morph-chain.${LOCAL_DOMAIN}:30333
- S3_GW_SERVER_0_TLS_KEY_FILE=/tls.key
- S3_GW_SERVER_0_TLS_CERT_FILE=/tls.crt
- S3_GW_SERVER_0_ADDRESS=s3.${LOCAL_DOMAIN}:8080