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