Project first commit
This commit is contained in:
commit
c8b2f25d95
203 changed files with 39432 additions and 0 deletions
12
config/docker-compose.secdb.yaml
Normal file
12
config/docker-compose.secdb.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
services:
|
||||
secdb:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.secdb
|
||||
depends_on:
|
||||
- db
|
||||
env_file:
|
||||
- testing.env
|
||||
labels:
|
||||
- "tmp=true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue