containerized userdb
This commit is contained in:
parent
3296b9aa95
commit
41045fdf3a
4 changed files with 56 additions and 3 deletions
11
userdb/docker-compose.yml
Normal file
11
userdb/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
wordonaut:
|
||||
build: .
|
||||
container_name: tagbot
|
||||
ports:
|
||||
- "8001:5000"
|
||||
environment:
|
||||
- FLASK_APP=wordonaut.py
|
||||
- FLASK_RUN_HOST=0.0.0.0
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
Loading…
Add table
Add a link
Reference in a new issue