Add some tool for docker

This commit is contained in:
2024-04-27 15:34:46 +07:00
parent d7c1881213
commit 2e48192a35
5 changed files with 43 additions and 5 deletions

4
.env
View File

@ -1,4 +1,4 @@
SERVER_HOST=localhost
SERVER_HOST=0.0.0.0
SERVER_PORT=8000
DOMAIN=filekeeper.fossy.my.id
@ -7,7 +7,7 @@ CORS_PROTO=https
CORS_LIST=filekeeper.fossy.my.id:443,fossy.my.id:443
CORS_METHODS=POST,GET
DB_HOST=127.0.0.1
DB_HOST=192.168.1.5
DB_PORT=3306
DB_USERNAME=root
DB_PASSWORD=test123