change mount path for frontend env and enabled nginx logs

This commit is contained in:
Shihaam Abdul Rahman 2022-12-20 23:48:05 +05:00
parent 7e39c53290
commit 9dceb03d49
Signed by: shihaam
GPG Key ID: 3B007D22E5584980

View File

@ -11,8 +11,9 @@ services:
image: git.shihaam.dev/dockerfiles/okiba
volumes:
- $PWD/backend-env:/root/okiba-org-backend/.env
- $PWD/frontend-env:/root/okiba-org-frontend/.env.local
- $PWD/frontend-env:/var/www/html/.env.local
- $PWD/logs/npm:/root/.npm/_logs/
- $PWD/logs/nginx:/var/log/nginx/
- $PWD/data/:/root/okiba-org-backend/data
ports:
- 3000:80