Changed docker-compose to use the images from dockerhub.

This commit is contained in:
Eduardo Silva
2024-04-08 13:03:40 -03:00
parent cd97a65260
commit 2a3b99abe8
6 changed files with 66 additions and 19 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# Configure SERVER_ADDRESS to match the address of the server. If you don't have a DNS name, you can use the IP address.
# A missconfigured SERVER_ADDRESS will cause the app to have CSRF errors.
SERVER_ADDRESS=my_server_address
DEBUG_MODE=False