docker-compose.yml 수정
This commit is contained in:
26
build.yml
26
build.yml
@ -1,26 +0,0 @@
|
||||
services:
|
||||
gnu-autouploader:
|
||||
build:
|
||||
context: ./build/autouploader
|
||||
dockerfile: Dockerfile
|
||||
image: reg.firstgarden.co.kr/gnu-autouploader:latest
|
||||
container_name: gnu-autouploader
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./autouploader:/app
|
||||
restart: unless-stopped
|
||||
|
||||
fg-webhook:
|
||||
build:
|
||||
context: ./build/webhook
|
||||
dockerfile: Dockerfile
|
||||
image: reg.firstgarden.co.kr/fg-webhook:latest
|
||||
container_name: fg-webhook
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./webhook:/app
|
||||
ports:
|
||||
- 5000:5000
|
||||
#environment:
|
||||
# - DOMAIN=https://webhook.firstgarden.co.kr
|
||||
restart: unless-stopped
|
||||
@ -1,5 +1,8 @@
|
||||
services:
|
||||
gnu-autouploader:
|
||||
build:
|
||||
context: ./build/autouploader
|
||||
dockerfile: Dockerfile
|
||||
image: reg.firstgarden.co.kr/gnu-autouploader:latest
|
||||
container_name: gnu-autouploader
|
||||
volumes:
|
||||
@ -8,6 +11,9 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
fg-webhook:
|
||||
build:
|
||||
context: ./build/webhook
|
||||
dockerfile: Dockerfile
|
||||
image: reg.firstgarden.co.kr/fg-webhook:latest
|
||||
container_name: fg-webhook
|
||||
volumes:
|
||||
@ -18,4 +24,6 @@ services:
|
||||
environment:
|
||||
- DOMAIN=https://webhook.firstgarden.co.kr
|
||||
- FLASK_DEBUG=1 #디버그 활성화
|
||||
#environment:
|
||||
# - DOMAIN=https://webhook.firstgarden.co.kr
|
||||
restart: unless-stopped
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user