forked from TrueCloudLab/frostfs-dev-env
[TrueCloudLab#1] Remove coredns
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
769410a29f
commit
fc999d0a63
11 changed files with 5 additions and 45 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue