컨테이너 구동용 파일 추가
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@ -0,0 +1,13 @@
|
||||
services:
|
||||
fg-static:
|
||||
container_name: fg-static
|
||||
build:
|
||||
context: .
|
||||
dockerfile: build/Dockerfile
|
||||
image: reg.firstgarden.co.kr/fg-static:latest
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./conf:/app/conf
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user