extract secrets to env, use docker compose
This commit is contained in:
parent
14ba148284
commit
c8300f5978
16 changed files with 186 additions and 133 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
quizterm:
|
||||
image: quizterm
|
||||
build: .
|
||||
ports:
|
||||
- "1234:1234"
|
||||
env_file:
|
||||
- quizterm.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue