mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
chore(nginx): The routes /, /robots.txt, /favicon.ico were moved to nginx for the web microservice. Added html page to the home route
This commit is contained in:
parent
907b614f25
commit
6bae4dabfc
14 changed files with 1480 additions and 28 deletions
|
@ -11,6 +11,7 @@ services:
|
|||
depends_on:
|
||||
- server
|
||||
- chart
|
||||
- web
|
||||
|
||||
server:
|
||||
build:
|
||||
|
@ -37,6 +38,17 @@ services:
|
|||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
web:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile-web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '3050:3050'
|
||||
volumes:
|
||||
- './CertSSL:/CertSSL'
|
||||
- './config.yaml:/config.yaml'
|
||||
|
||||
collect-currency:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue