Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Fixes issue with environment variable not populated properly into config and enables UI by default.
  • Loading branch information
chadgates committed Dec 4, 2024
1 parent e6ba73d commit 6b767ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ services:
- 4081:10081
- ${HOST_RESTAPI_PORT:-8443}:8080
environment:
- OPENAS2PROP_RESTAPI__COMMAND__PROCESOR__BASEURI="http://0.0.0.0:8080"
- OPENAS2PROP_RESTAPI__COMMAND__PROCESOR__USERID="userID"
- OPENAS2PROP_RESTAPI__COMMAND__PROCESOR__PASSWORD="pWd"
- OPENAS2PROP_RESTAPI__COMMAND__PROCESSOR__BASEURI=http://0.0.0.0:8080
- OPENAS2PROP_RESTAPI__COMMAND__PROCESSOR__USERID=userID
- OPENAS2PROP_RESTAPI__COMMAND__PROCESSOR__PASSWORD=pWd
- OPENAS2PROP_RESTAPI__COMMAND__PROCESSOR__ENABLED=true
tty: true
stdin_open: true
volumes:
- config:/opt/openas2/config:rw
- data:/opt/openas2/data:rw
- ./config:/opt/openas2/config:rw
- ./data:/opt/openas2/data:rw


openas2_webui:
Expand Down

0 comments on commit 6b767ac

Please sign in to comment.