Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
김재형
2020-06-14 18:07:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c9ac6c5f07e15ad2318f001b5acd8f98a5552e3
7c9ac6c5
1 parent
36de00cf
Setup docker-compose
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
backend/docker-compose.yml
backend/docker-compose.yml
0 → 100644
View file @
7c9ac6c
1
+
version
:
"
3"
2
+
services
:
3
+
postgres
:
4
+
image
:
"
postgres:alpine"
5
+
environment
:
6
+
-
POSTGRES_USER=khudrive
7
+
-
POSTGRES_PASSWORD=4REPwb7y4CLtQaTv4PNeWRJeGLbHXn
8
+
-
POSTGRES_DB=khudrive
9
+
ports
:
10
+
-
"
35432:5432"
11
+
volumes
:
12
+
-
./docker/postgres:/var/lib/postgresql/data/
Please
register
or
login
to post a comment