Skip to content

Commit 178858b

Browse files
committed
Add docker configuration file
1 parent 2e1a32a commit 178858b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

default.env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Port to expose to internet; use in SERVER_NAME (portal.env)
2+
# EXTERNAL_PORT=

docker-compose.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ services:
44
shlips:
55
build: ./
66
ports:
7-
- "127.0.0.1:${EXTERNAL_PORT:-9003}:3000"
7+
- "127.0.0.1:${EXTERNAL_PORT:-3000}:3000"
8+
env_file:
9+
- .env

0 commit comments

Comments
 (0)