Docker version

This commit is contained in:
nat 2022-05-18 18:25:51 -03:00
parent 2d302d0116
commit 0410e844b1
2 changed files with 4 additions and 3 deletions

View File

@ -47,4 +47,5 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
WEB_CLIENT_EMAIL=informaticamps@buzon.uy
WEB_CLIENT_NAME=web
WEB_CLIENT_PASS=pass
WEB_CLIENT_PASS=pass
NGINX_PORT=8000

View File

@ -1,4 +1,4 @@
version: "3.7"
version: "3.3"
services:
app:
build:
@ -42,7 +42,7 @@ services:
container_name: laravel-nginx
restart: unless-stopped
ports:
- 8000:80
- ${NGINX_PORT}:80
volumes:
- ./:/var/www
- ./nginx/conf.d/:/etc/nginx/conf.d/