auto_clea
This commit is contained in:
parent
ab630f28d9
commit
e7ce3b2a3e
@ -202,8 +202,6 @@ server {
|
|||||||
include /etc/nginx/proxy_params;
|
include /etc/nginx/proxy_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
# signer (sdk_signer) avec support WebSocket
|
|
||||||
|
|
||||||
# lecoffre-front - Application LeCoffre
|
# lecoffre-front - Application LeCoffre
|
||||||
location = /lecoffre { return 301 /lecoffre/; }
|
location = /lecoffre { return 301 /lecoffre/; }
|
||||||
location ^~ /lecoffre/ {
|
location ^~ /lecoffre/ {
|
||||||
|
@ -195,8 +195,6 @@ server {
|
|||||||
include /etc/nginx/proxy_params;
|
include /etc/nginx/proxy_params;
|
||||||
}
|
}
|
||||||
|
|
||||||
# signer (sdk_signer) avec support WebSocket
|
|
||||||
|
|
||||||
# lecoffre-front - Application LeCoffre
|
# lecoffre-front - Application LeCoffre
|
||||||
location = /lecoffre { return 301 /lecoffre/; }
|
location = /lecoffre { return 301 /lecoffre/; }
|
||||||
location ^~ /lecoffre/ {
|
location ^~ /lecoffre/ {
|
||||||
|
@ -195,8 +195,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
sdk_storage:
|
sdk_storage:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
sdk_signer:
|
|
||||||
condition: service_healthy
|
|
||||||
user: lecoffreuser
|
user: lecoffreuser
|
||||||
command: ["sh", "-c", "exec npm run start >> /var/log/lecoffre-front/stdout.log 2>&1"]
|
command: ["sh", "-c", "exec npm run start >> /var/log/lecoffre-front/stdout.log 2>&1"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -234,8 +232,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
sdk_storage:
|
sdk_storage:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
sdk_signer:
|
|
||||||
condition: service_healthy
|
|
||||||
user: root
|
user: root
|
||||||
command: ["sh", "-c", "exec npm start >> /var/log/ihm_client/stdout.log 2>&1"]
|
command: ["sh", "-c", "exec npm start >> /var/log/ihm_client/stdout.log 2>&1"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
@ -248,37 +244,6 @@ services:
|
|||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
sdk_signer:
|
|
||||||
image: git.4nkweb.com/4nk/sdk_signer:ext
|
|
||||||
container_name: sdk_signer
|
|
||||||
env_file:
|
|
||||||
- .env.master
|
|
||||||
ports:
|
|
||||||
- "0.0.0.0:3001:9090"
|
|
||||||
volumes:
|
|
||||||
- sdk_signer_data:/app/data
|
|
||||||
- /home/debian/4NK_env/logs/sdk_signer:/var/log/sdk_signer
|
|
||||||
- /home/debian/4NK_env/scripts/lecoffre_node/healthchecks:/scripts/healthchecks:ro
|
|
||||||
networks:
|
|
||||||
btcnet:
|
|
||||||
aliases:
|
|
||||||
- sdk_signer
|
|
||||||
user: appuser
|
|
||||||
depends_on:
|
|
||||||
sdk_storage:
|
|
||||||
condition: service_healthy
|
|
||||||
command: ["sh", "-c", "exec node /app/dist/index.js >> /var/log/sdk_signer/stdout.log 2>&1"]
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "sh", "/scripts/healthchecks/sdk-signer-progress.sh"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 50
|
|
||||||
start_period: 30s
|
|
||||||
labels:
|
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
|
||||||
restart: unless-stopped
|
|
||||||
# All SIGNER_* variables are provided via env_file (.env.master)
|
|
||||||
|
|
||||||
sdk_storage:
|
sdk_storage:
|
||||||
image: git.4nkweb.com/4nk/sdk_storage:ext
|
image: git.4nkweb.com/4nk/sdk_storage:ext
|
||||||
container_name: sdk_storage
|
container_name: sdk_storage
|
||||||
@ -445,8 +410,6 @@ volumes:
|
|||||||
name: 4nk_node_blindbit_data
|
name: 4nk_node_blindbit_data
|
||||||
sdk_data:
|
sdk_data:
|
||||||
name: 4nk_node_sdk_data
|
name: 4nk_node_sdk_data
|
||||||
sdk_signer_data:
|
|
||||||
name: 4nk_node_sdk_signer_data
|
|
||||||
sdk_storage_data:
|
sdk_storage_data:
|
||||||
name: 4nk_node_sdk_storage_data
|
name: 4nk_node_sdk_storage_data
|
||||||
grafana_data:
|
grafana_data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user