1
0
forked from finn/site

mgt c8 checkpoint at tests

This commit is contained in:
2024-08-04 05:44:20 -07:00
parent eb0f19b109
commit 469785ee33
8 changed files with 76 additions and 4 deletions

View File

@@ -28,7 +28,10 @@ services:
build:
context: backend
target: builder
restart: always
# Next two are only debug, used without restart
stdin_open: true
tty: true
#restart: always
# Comment following line to use flask (1worker, dev), uncomment to use uwsgi (wsgi)
#command: ["uwsgi", "--http", "0.0.0.0:8000", "--master", "-p", "4", "-w", "microblog:app"]
environment: