Expose host port via PORT env var
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
container_name: gitea-ai-webhook
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "${PORT:-3000}:3000"
|
||||
environment:
|
||||
- GITEA_TOKEN=${GITEA_TOKEN}
|
||||
# LLM Configuration
|
||||
|
||||
Reference in New Issue
Block a user