Skip to content

Commit

Permalink
Merge pull request #1697 from mtrolley/topic/quasselweb-new-variables
Browse files Browse the repository at this point in the history
Add new variables for quasselweb https
  • Loading branch information
nemchik authored Nov 19, 2023
2 parents 2e34766 + adcbd93 commit 41a9216
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose/.apps/quasselweb/quasselweb.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ services:
com.dockstarter.appvars.quasselweb_enabled: "false"
com.dockstarter.appvars.quasselweb_network_mode: ""
com.dockstarter.appvars.quasselweb_port_64080: "64080"
com.dockstarter.appvars.quasselweb_port_64443: "64443"
com.dockstarter.appvars.quasselweb_quassel_core: "quasselcore"
com.dockstarter.appvars.quasselweb_quassel_https: "false"
com.dockstarter.appvars.quasselweb_quassel_port: "4242"
com.dockstarter.appvars.quasselweb_restart: "unless-stopped"
com.dockstarter.appvars.quasselweb_tag: "latest"
Expand Down
1 change: 1 addition & 0 deletions compose/.apps/quasselweb/quasselweb.ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ services:
quasselweb:
ports:
- ${QUASSELWEB_PORT_64080}:64080
- ${QUASSELWEB_PORT_64443}:64443
1 change: 1 addition & 0 deletions compose/.apps/quasselweb/quasselweb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
- PGID=${PGID}
- PUID=${PUID}
- QUASSEL_CORE=${QUASSELWEB_QUASSEL_CORE}
- QUASSEL_HTTPS=${QUASSELWEB_QUASSEL_HTTPS}
- QUASSEL_PORT=${QUASSELWEB_QUASSEL_PORT}
- TZ=${TZ}
- URL_BASE=${QUASSELWEB_URL_BASE}
Expand Down

0 comments on commit 41a9216

Please sign in to comment.