allowed hosts
Build and Push Docker Images / build-and-push (push) Successful in 21s

This commit is contained in:
2025-05-08 16:43:11 +02:00
parent 9732f52404
commit fa534b65f2
4 changed files with 21 additions and 12 deletions
+3
View File
@@ -27,6 +27,9 @@ ENV JWT_SECRET=secret
ENV ADMIN_JWT_SECRET=secret
ENV APP_KEYS=secret
# Optionally set a default value for ALLOWED_HOSTS
ENV ALLOWED_HOSTS=localhost
# No need to build in development mode
EXPOSE 1337