fix port bindigns
This commit is contained in:
parent
11ca0071ad
commit
999d4789dd
2 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,8 @@ hedgedoc_docker_present:
|
|||
- hedgedoc
|
||||
- volumes:
|
||||
- /opt/hedgedoc/uploads:/hedgedoc/public/uploads
|
||||
- ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
- port_bindings:
|
||||
- "{{ salt['pillar.get']('hedgedoc:container_web_port', "127.0.0.1:3000") }}:3000"
|
||||
- restart: always
|
||||
|
||||
hedgedoc_database_present:
|
||||
|
|
|
@ -2,6 +2,7 @@ hedgedoc:
|
|||
image:
|
||||
path: quay.io/hedgedoc/hedgedoc
|
||||
version: 1.10.0
|
||||
container_web_port: 127.0.0.1:8080
|
||||
oauth2:
|
||||
user_profile_url: https://login.example.com/realms/example/protocol/openid-connect/userinfo
|
||||
token_url: https://login.example.com/realms/example/protocol/openid-connect/token
|
||||
|
|
Loading…
Reference in a new issue