added deployment via docker compose
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
[debug]
|
||||
secret_key = "yYhvCGnRh/TrcHtB8sZqCFifrVmJxoKFLBYw/WWBZeU="
|
||||
address = "127.0.0.1"
|
||||
port = 8000
|
||||
|
||||
[default.databases.postgres_db]
|
||||
url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
|
||||
|
||||
[default] # run inside a docker container or pod
|
||||
secret_key = "fCHCI6x/uItqldCJTdbruqQvXQXAeH/+vGtXmu3Hv6A="
|
||||
address = "0.0.0.0"
|
||||
port = 8082
|
||||
|
||||
Reference in New Issue
Block a user