mirror of
https://github.com/jointakahe/takahe.git
synced 2025-06-05 02:08:49 +00:00
Add big warning to compose file
This commit is contained in:
parent
7081a718e0
commit
c8ad22a704
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
version: "3.4"
|
version: "3.4"
|
||||||
|
|
||||||
|
# DO NOT USE THIS IN PRODUCTION - it is for development only due to insecure
|
||||||
|
# settings and the use of "runserver" versus "gunicorn".
|
||||||
|
# See https://takahe-server.readthedocs.io/en/latest/installation.html for more
|
||||||
|
|
||||||
x-takahe-common:
|
x-takahe-common:
|
||||||
&takahe-common
|
&takahe-common
|
||||||
build: .
|
build: .
|
||||||
|
|
Loading…
Reference in a new issue