nginx 구성에 맞게 변경
- 기본 board로 rhymix 추가
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user