nginx 구성에 맞게 변경

- 기본 board로 rhymix 추가
This commit is contained in:
2021-02-21 04:48:41 +09:00
parent 2830e17458
commit 66d18167d4
19 changed files with 316 additions and 2623 deletions
+15 -4
View File
@@ -9,7 +9,7 @@ services:
env_file:
- account.env
- game.env
web:
build: ./web
restart: always
@@ -17,6 +17,7 @@ services:
- 8080:80
volumes:
- hidche:/var/www/html:ro
- board:/var/www/board:ro
app:
build: ./app
@@ -29,13 +30,22 @@ services:
- db
- web
board:
build: ./board
restart: always
volumes:
- board:/var/www/board
env_file:
- game.env
depends_on:
- db
- web
install:
build: ./install
restart: "no"
volumes:
- hidche:/var/www/html
environment:
- MYSQL_HOST=db
env_file:
- account.env
- game.env
@@ -54,4 +64,5 @@ services:
volumes:
db:
hidche:
hidche:
board: