fix: Port
This commit is contained in:
@@ -220,6 +220,10 @@ auto_configure_traefik:
|
|||||||
host: "10.0.2.40"
|
host: "10.0.2.40"
|
||||||
port: 8088
|
port: 8088
|
||||||
auth_required: true
|
auth_required: true
|
||||||
|
trek:
|
||||||
|
subdomain: "trek"
|
||||||
|
host: "10.0.4.30"
|
||||||
|
port: 3000
|
||||||
|
|
||||||
# Auth services configuration
|
# Auth services configuration
|
||||||
pocketid_host: 10.0.4.10
|
pocketid_host: 10.0.4.10
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
tmpfs:
|
tmpfs:
|
||||||
- /tmp:noexec,nosuid,size=64m
|
- /tmp:noexec,nosuid,size=64m
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "8083:3000"
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
|
|||||||
Reference in New Issue
Block a user