mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 11:34:38 +03:00
chore: change config name
This commit is contained in:
parent
e2c513fe81
commit
58e6ccfda6
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ services:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
volumes:
|
volumes:
|
||||||
- './CertSSL:/CertSSL'
|
- './CertSSL:/CertSSL'
|
||||||
- './config.yaml:/config.yaml'
|
- './config.hjson:/config.hjson'
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ services:
|
||||||
- '3030:3030'
|
- '3030:3030'
|
||||||
volumes:
|
volumes:
|
||||||
- './CertSSL:/CertSSL'
|
- './CertSSL:/CertSSL'
|
||||||
- './config.yaml:/config.yaml'
|
- './config.hjson:/config.hjson'
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
- '3050:3050'
|
- '3050:3050'
|
||||||
volumes:
|
volumes:
|
||||||
- './CertSSL:/CertSSL'
|
- './CertSSL:/CertSSL'
|
||||||
- './config.yaml:/config.yaml'
|
- './config.hjson:/config.hjson'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
build:
|
build:
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
dockerfile: Dockerfile-collect-currency
|
dockerfile: Dockerfile-collect-currency
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- './config.yaml:/config.yaml'
|
- './config.hjson:/config.hjson'
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue