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:
|
services:
|
||||||
gnu-autouploader:
|
fg-auto:
|
||||||
build:
|
image: reg.firstgarden.co.kr/fg-auto:latest
|
||||||
context: .
|
container_name: fg-auto
|
||||||
dockerfile: ./build/Dockerfile
|
|
||||||
container_name: gnu-autouploader
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user