DEVOPS-1787 new docker-compose
This commit is contained in:
parent
fbce5162a1
commit
141a646012
1 changed files with 10 additions and 0 deletions
10
config/docker-compose.yaml
Normal file
10
config/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: "3"
|
||||
services:
|
||||
dashboard:
|
||||
build:
|
||||
context: ./..
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 8080
|
||||
env_file:
|
||||
- testing.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue