NCP-1 add docker-compose.yaml,dockerfile and application.yaml #1
@@ -0,0 +1,5 @@
|
|||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
README.md
|
||||||
|
.gradle
|
||||||
|
build
|
||||||
+1
-1
@@ -15,7 +15,7 @@ services:
|
|||||||
container_name: postgres
|
container_name: postgres
|
||||||
|
|
||||||
app:
|
app:
|
||||||
build: .
|
image: popovtsev/ncp
|
||||||
container_name: no_copy_app
|
container_name: no_copy_app
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: no_copy_
|
POSTGRES_DB: no_copy_
|
||||||
|
|||||||
Reference in New Issue
Block a user