alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
update env vars
author
Wesley Finck
date
1 year ago
(May 20, 2025, 4:59 PM -0700)
commit
f7548ce9
f7548ce916e889f9491dd33ed092953e31610955
parent
61135a6b
61135a6b0c5ce8593296d3896317c09db25be235
+3
-2
2 changed files
Expand all
Collapse all
Unified
Split
Dockerfile
fly.toml
+1
-1
Dockerfile
View file
Reviewed
···
10
10
WORKDIR /app
11
11
12
12
# Set production environment
13
13
-
ENV NODE_ENV="production"
13
13
+
ENV NODE_ENV="dev"
14
14
15
15
16
16
# Throw-away build stage to reduce size of final image
+2
-1
fly.toml
View file
Reviewed
···
25
25
NODE_ENV="dev"
26
26
ATPROTO_REDIRECT_URI="http://annos.fly.dev/api/users/oauth/callback"
27
27
BASE_URL="https://annos.fly.dev"
28
28
-
HOST="0.0.0.0"
28
28
+
HOST="0.0.0.0"
29
29
+
APP_URL="https://annos.fly.dev"