Stage 서버 배포 구현 - Jenkins의 freestyle 방식
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
chocomae-stage:
|
||||
build: .
|
||||
image: chocomae-stage:latest
|
||||
container_name: chocomae-stage
|
||||
hostname: chocomae-stage
|
||||
volumes:
|
||||
- ./chocomae:/var/www/html/mouse_typing
|
||||
environment:
|
||||
- TZ=Asia/Seoul
|
||||
networks:
|
||||
- proxy-network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
proxy-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user