Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SwissSystemAPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SwissSystemAPI
Commits
c989cbf6
Commit
c989cbf6
authored
May 24, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hardcode environment variables in Dockerfile
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
4ddc424f
Pipeline
#34
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Dockerfile
Dockerfile
+7
-0
No files found.
Dockerfile
View file @
c989cbf6
...
@@ -23,6 +23,13 @@ COPY migrations/ ./migrations/
...
@@ -23,6 +23,13 @@ COPY migrations/ ./migrations/
ENV
NODE_ENV=production
ENV
NODE_ENV=production
ENV
HOST=0.0.0.0
ENV
HOST=0.0.0.0
ENV
PORT=80
ENV
PORT=80
ENV
DATABASE_URL=postgresql://supabase_admin:28ac17bf9d4f7a3d1bad045408102cf5@safe-supabase-db:5432/postgres
ENV
SUPABASE_URL=https://safe-supabase-kong.caprover.al-arcade.com
ENV
SUPABASE_SERVICE_ROLE_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIiwiaXNzIjoic3VwYWJhc2UiLCJpYXQiOjE3MzU2ODk2MDAsImV4cCI6MTg5MzQ1NjAwMH0.wNfmuJNkX-bZwD7RbjxOChlRf_3Xm4I7bswEYTcDCg4
ENV
SUPABASE_JWT_SECRET=902343981eb82f43ff7a3757f3fcf25f14a2b9c729454eae5029ee3d1f189eb7
ENV
SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzM1Njg5NjAwLCJleHAiOjE4OTM0NTYwMDB9.31PF6PvP-pSrvRuQwLFptQoejR0W1A7o53lZhEbnz84
ENV
LOG_LEVEL=info
ENV
CORS_ORIGIN=*
EXPOSE
80
EXPOSE
80
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment