Sunil Patel
Sunil Patel
Any idea on that @akondas
we have three solution @hugodeaguiar 1) https://github.com/vtsykun/packeton 2) https://anystack.sh/ (paid one) 3) https://packagist.com/
I think we need to map - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached something right?
Hello, I try to below way but not working `version: '2.2' x-volumes: &default-volume volumes: - app-data:/data - app-var:/var/www/packagist/var x-restart-policy: &restart_policy restart: unless-stopped x-environment: &default-environment REDIS_URL: redis://redis DATABASE_URL: "postgresql://packeton:pack123@postgres:5432/packeton?serverVersion=14&charset=utf8" SKIP_INIT: 1...
ERROR: Version in "./docker-compose-prod.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a supported version (e.g "2.2" or "3.3") and...
@vtsykun how i can set the custom domain without modifying ngix file? that's why I m doing volume mapping using that I can setup domain name
Then we don't need right? services: postgres: image: postgres:14-alpine hostname: postgres
Hello, https://github.com/vtsykun/packeton/blob/master/docker/nginx/nginx.conf#L29 this one right?
@vtsykun can you give example how i can setup with docker?
Hello @shyopat can i know why need to call trackServerEvent and ViewContent track event using js? is both thing doing same or something else?