ssh git이 가능하도록 변경, cron 버그 수정, fpm timezone 수정

This commit is contained in:
2019-09-15 13:30:12 +00:00
parent 0d49729c63
commit af6353105b
12 changed files with 121 additions and 64 deletions
+6 -6
View File
@@ -6,10 +6,9 @@ services:
restart: always
volumes:
- db:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=
env_file:
- setup.env
- account.env
- game.env
web:
build: ./web
@@ -25,7 +24,7 @@ services:
volumes:
- hidche:/var/www/html
env_file:
- setup.env
- game.env
depends_on:
- db
- web
@@ -38,7 +37,8 @@ services:
environment:
- MYSQL_HOST=db
env_file:
- setup.env
- account.env
- game.env
depends_on:
- app
- db
@@ -48,7 +48,7 @@ services:
build: ./cron
restart: always
volumes:
- hidche:/var/www/html:ro
- hidche:/var/www/html
depends_on:
- app