mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
use config interface for configuring server app
This commit is contained in:
parent
eb26da6a5c
commit
13502fc875
@ -12,6 +12,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
KEY_FILE: key.txt
|
KEY_FILE: key.txt
|
||||||
PORT: 8081
|
PORT: 8081
|
||||||
|
CORS_ORIGIN: http://localhost:9977
|
||||||
JWT_PUBLIC_KEY: http://accounts:5000/api/key
|
JWT_PUBLIC_KEY: http://accounts:5000/api/key
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
|
Loading…
Reference in New Issue
Block a user