diff --git a/docker-compose.production.yaml b/docker-compose.production.yaml index 9d2c3ea..3c1cebc 100644 --- a/docker-compose.production.yaml +++ b/docker-compose.production.yaml @@ -5,11 +5,12 @@ services: context: . dockerfile: Dockerfile ports: - - "127.0.0.1:8000:8080" + - "127.0.0.1:8000:8443" environment: - APP_ENV=production - APP_URL=https://asm.pavo.pw - DB_CONNECTION=sqlite + - SSL_MODE="mixed" # Just for testing - in general is a bad practices - APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374= - AUTORUN_ENABLED=true