mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
add commented out build args to docker-compose.yaml
This commit is contained in:
parent
d92a4de948
commit
916d15d2f0
1 changed files with 16 additions and 0 deletions
|
@ -5,6 +5,22 @@ services:
|
|||
movieweb:
|
||||
build:
|
||||
context: .
|
||||
# args:
|
||||
# PWA_ENABLED: "false"
|
||||
# GA_ID: ""
|
||||
# APP_DOMAIN: ""
|
||||
# OPENSEARCH_ENABLED: "false"
|
||||
# TMDB_READ_API_KEY: ""
|
||||
# CORS_PROXY_URL: ""
|
||||
# DMCA_EMAIL: ""
|
||||
# NORMAL_ROUTER: "false"
|
||||
# BACKEND_URL: ""
|
||||
# HAS_ONBOARDING: "false"
|
||||
# ONBOARDING_CHROME_EXTENSION_INSTALL_LINK: ""
|
||||
# ONBOARDING_PROXY_INSTALL_LINK: ""
|
||||
# DISALLOWED_IDS: ""
|
||||
# CDN_REPLACEMENTS: ""
|
||||
# TURNSTILE_KEY: ""
|
||||
ports:
|
||||
- "80:80"
|
||||
restart: always
|
||||
|
|
Loading…
Reference in a new issue