mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
add .env file for docker
This commit is contained in:
parent
64d0f3bcf8
commit
b1fcfa29ab
2 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,10 @@ services:
|
|||
# - .:/var/www/avideo:rw
|
||||
networks:
|
||||
- app_net
|
||||
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
- '${HTTPS_PORT}:443'
|
||||
- '${Socket_PORT}:2053'
|
||||
#Docker Networks
|
||||
networks:
|
||||
app_net:
|
||||
|
|
5
env.example
Normal file
5
env.example
Normal file
|
@ -0,0 +1,5 @@
|
|||
webSiteRootURL={webSiteRootURL}
|
||||
# Exposed HTTP port
|
||||
HTTP_PORT={HTTP_PORT}
|
||||
HTTPS_PORT={HTTPS_PORT}
|
||||
Socket_PORT={Socket_PORT}
|
Loading…
Add table
Add a link
Reference in a new issue