refactor(miniback): switch to lecoffre-back-mini_env.conf
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 13s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 9s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 27s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped
Some checks failed
CI - 4NK_node / Code Quality (push) Failing after 30s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Integration Tests (push) Failing after 13s
CI - 4NK_node / Security Tests (push) Failing after 28s
CI - 4NK_node / Docker Build & Test (push) Failing after 9s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 27s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped
This commit is contained in:
parent
70695972f0
commit
8f4638b70c
@ -9,7 +9,7 @@ services:
|
|||||||
- "9051:9051"
|
- "9051:9051"
|
||||||
volumes:
|
volumes:
|
||||||
- tor_data:/var/lib/tor
|
- tor_data:/var/lib/tor
|
||||||
- ./conf/tor.conf:/etc/tor/torrc:ro
|
- ./modules/tor/tor.conf:/etc/tor/torrc:ro
|
||||||
networks:
|
networks:
|
||||||
- 4nk_network
|
- 4nk_network
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -212,7 +212,7 @@ services:
|
|||||||
image: 4nk-node-miniback:latest
|
image: 4nk-node-miniback:latest
|
||||||
container_name: miniback
|
container_name: miniback
|
||||||
env_file:
|
env_file:
|
||||||
- ./conf/miniback_env.conf
|
- ./conf/lecoffre-back-mini_env.conf
|
||||||
depends_on:
|
depends_on:
|
||||||
- miniback-postgres
|
- miniback-postgres
|
||||||
networks:
|
networks:
|
||||||
@ -220,7 +220,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs/miniback:/logs
|
- ./logs/miniback:/logs
|
||||||
- ./conf/miniback_env.conf:/app/.env:ro
|
- ./conf/lecoffre-back-mini_env.conf:/app/.env:ro
|
||||||
|
|
||||||
coffre_front:
|
coffre_front:
|
||||||
image: lecoffre-front:latest
|
image: lecoffre-front:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user