Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
2001_0033_neuromorphic_user
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SHINDAESUB
2001_0033_neuromorphic_user
Commits
237c6b52
Commit
237c6b52
authored
Oct 13, 2021
by
김현기
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker-compose.yml file add
parent
33707fed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
docker-compose.yml
docker/docker-compose.yml
+31
-0
No files found.
docker/docker-compose.yml
0 → 100755
View file @
237c6b52
#
# 이 파일은 도커를 관리하는 파일입니다.
#
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment