Commit 237c6b52 by 김현기

docker-compose.yml file add

parent 33707fed
#
# 이 파일은 도커를 관리하는 파일입니다.
#
version: '2'
services:
base-home-main-ds:
image : base/home-main-ds:0.3
container_name : base-home-main-ds
volumes:
- ../apps/:/apps
network_mode: "host"
privileged: true
environment:
CYPRESS_CACHE_FOLDER: /apps/.cypress-cache
command: bash
kcert2-home-test-single-test1-ps:
build:
context : ./deployment
dockerfile : Dockerfile
image : kcert2/home-test-single-test1-ps:0.1
environment:
NODE_ENV: production
base-vue-cli-3-ds :
build:
context : ./development
dockerfile : Dockerfile
image : base/home-main-ds:0.3
# end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment