We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: '3.8'
I've created an app with this docker-compose, and ran the app using github and buildpacks, any idea how to make it work ?
services: pgsql: container_name: 'pgsql' image: postgres:16-alpine ports: - '5433:5432' # Expondo no localhost:5433 restart: always volumes: - ./postgres-data:/var/lib/postgresql/data environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: "1234" POSTGRES_DB: database_test POSTGRES_SHARED_BUFFERS: 2GB redis: container_name: redis image: redis:6.2-alpine restart: always ports: - '6379:6379' # Expondo no localhost:6379 command: redis-server --save 20 1 --loglevel warning --requirepass password volumes: - ./redis_data:/data
.
,.
Docker
Same server where Dokploy is installed
No response
Yes
The text was updated successfully, but these errors were encountered:
Duplicate #507
Sorry, something went wrong.
No branches or pull requests
To Reproduce
version: '3.8'
I've created an app with this docker-compose, and ran the app using github and buildpacks, any idea how to make it work ?
Current vs. Expected behavior
.
Provide environment information
Which area(s) are affected? (Select all that apply)
Docker
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Yes
The text was updated successfully, but these errors were encountered: