Skip to content

Commit

Permalink
feat: add facelive enabled env to docker-web
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron3S authored and LeeEirc committed Nov 29, 2024
1 parent e207a08 commit bd35393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
CHEN_ENABLED: ${CHEN_ENABLED:-1}
KAEL_ENABLED: ${KAEL_ENABLED:-0}
RAZOR_ENABLED: ${RAZOR_ENABLED:-1}
FACELIVE_ENABLED: ${FACELIVE_ENABLED:-0}
ports:
- ${HTTP_PORT:-80}:${HTTP_PORT:-80}
volumes:
Expand Down

0 comments on commit bd35393

Please sign in to comment.