feat: new env variable for server URI
This commit is contained in:
@ -33,6 +33,7 @@ COPY --from=frontend-builder /app/dist ./dist
|
||||
ENV ENV=production \
|
||||
GUARD_PORT=3001 \
|
||||
GUARD_HOST="127.0.0.1" \
|
||||
GUARD_URI="http://localhost:3001" \
|
||||
GUARD_DB_URL="postgres://user:user@localhost:5432/db?sslmode=disable" \
|
||||
GUARD_ADMIN_NAME="admin" \
|
||||
GUARD_ADMIN_EMAIL="admin@test.net" \
|
||||
@ -40,7 +41,6 @@ ENV ENV=production \
|
||||
GUARD_JWT_PRIVATE="rsa" \
|
||||
GUARD_JWT_PUBLIC="rsa" \
|
||||
GUARD_JWT_KID="my-rsa-key-1" \
|
||||
GUARD_JWT_ISSUER="http://localhost:3001" \
|
||||
GUARD_MINIO_ENDPOINT="localhost:9000" \
|
||||
GUARD_MINIO_ACCESS_KEY="" \
|
||||
GUARD_MINIO_SECRET_KEY="" \
|
||||
|
Reference in New Issue
Block a user