Files
fg-auto/webhook-build.yml

11 lines
228 B
YAML

services:
fg-auto:
build:
context: ./build
dockerfile: Dockerfile
image: reg.firstgarden.co.kr/fg-webhook:latest
container_name: fg-webhook
volumes:
- ./data:/data
restart: unless-stopped