1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +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: