1
0
Fork 0
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:
Daniel 2021-07-12 16:42:02 -03:00
parent 64d0f3bcf8
commit b1fcfa29ab
2 changed files with 9 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,5 @@
webSiteRootURL={webSiteRootURL}
# Exposed HTTP port
HTTP_PORT={HTTP_PORT}
HTTPS_PORT={HTTPS_PORT}
Socket_PORT={Socket_PORT}