fix(automatisch): resolve Bad Gateway by fixing port mismatch (443→3000) (#470)

This commit is contained in:
Harikrishnan Dhanasekaran
2025-10-26 05:26:45 +05:30
committed by GitHub
parent 80657e2a90
commit e3eb697c89

View File

@@ -4,11 +4,11 @@ services:
image: dockeriddonuts/automatisch:2.0
restart: unless-stopped
ports:
- 443
- 3000
environment:
- HOST=${DOMAIN}
- PROTOCOL=http
- PORT=443
- PORT=3000
- APP_ENV=production
- REDIS_HOST=automatisch-redis
- REDIS_USERNAME=default