Fix app url

Signed-off-by: Andrea Pavone <info@andreapavone.com>
This commit is contained in:
2024-11-11 21:40:53 +01:00
parent 5ff09b9091
commit d8fbef82b9

View File

@ -5,12 +5,12 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "127.0.0.1:8000:8443" - "127.0.0.1:8000:8080"
environment: environment:
- APP_ENV=production - APP_ENV=production
- APP_URL=https://asm.pavo.pw - APP_URL="https://asm.pavo.pw"
- VITE_APP_URL="https://asm.pavo.pw"
- DB_CONNECTION=sqlite - DB_CONNECTION=sqlite
- SSL_MODE="mixed"
# Just for testing - in general is a bad practices # Just for testing - in general is a bad practices
- APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374= - APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374=
- AUTORUN_ENABLED=true - AUTORUN_ENABLED=true