no message

This commit is contained in:
2025-06-27 15:39:30 +09:00
parent 9e53ef917e
commit de468efd47
2 changed files with 14 additions and 8 deletions

10
build.yml Normal file
View File

@ -0,0 +1,10 @@
services:
fg-auto:
build:
context: .
dockerfile: ./build/Dockerfile
image: reg.firstgarden.co.kr/fg-auto:latest
container_name: fg-auto
volumes:
- ./data:/data
restart: unless-stopped

View File

@ -1,11 +1,7 @@
version: "3.8"
services:
gnu-autouploader:
build:
context: .
dockerfile: ./build/Dockerfile
container_name: gnu-autouploader
fg-auto:
image: reg.firstgarden.co.kr/fg-auto:latest
container_name: fg-auto
volumes:
- ./data:/data
restart: unless-stopped