no message
This commit is contained in:
10
build.yml
Normal file
10
build.yml
Normal 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
|
||||
@ -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
|
||||
Reference in New Issue
Block a user