feat: add .env.example file for environment configuration
rabbitprincess committed
Nov 8, 2025 at 10:30 UTC
31e301456c000bb5e5e8899472b30bfbdf64ac3b
2 files changed
+6
.env.example
new
+4
@@ -0,0 +1,4 @@
1
+STATIC_DIR=/app/dist
2
+PORTAL_UI_URL=http://localhost:4017
3
+POSTAL_FRONTEND_URL=http://*.localhost:4017
4
+BOOTSTRAP_URIS=ws://localhost:4017/relay
\ No newline at end of file
docker-compose.yml
+2
@@ -7,6 +7,8 @@ services:
7
command:
8
- "--port"
9
- "4017"
10
+ env_file:
11
+ - .env
12
ports:
13
- "4017:4017"
14
restart: unless-stopped