Kirill
Kirill
DDokploy
Created by Kirill on 2/10/2025 in #help
Delete or reset volume of a container
Thanks! but in my scenario I use github repo that I don't change, only pull. Looks like only option is to clean it manually
4 replies
DDokploy
Created by Kirill on 1/4/2025 in #help
nginx cant access other services in docker compose stack
naah, nothing relevant
4 replies
DDokploy
Created by Kirill on 1/4/2025 in #help
nginx cant access other services in docker compose stack
I'll try to search for nginx questions
4 replies
DDokploy
Created by naz on 1/4/2025 in #help
No more disk space on VPS
my first guess would be that it spams logs like crazy
11 replies
DDokploy
Created by naz on 1/4/2025 in #help
No more disk space on VPS
The issue must be with next.js app. Try running docker system prune
11 replies
DDokploy
Created by Kirill on 10/13/2024 in #help
Error while deploying
Aha, ok, so it seems fix could be to stop this compose and then to deploy it again. Would stopping delete anything from the mounts?
7 replies
DDokploy
Created by Kirill on 10/13/2024 in #help
Error while deploying
One thing that is changed: i removed service from docker-compose.yml that was already deployed
7 replies
DDokploy
Created by Kirill on 10/13/2024 in #help
Error while deploying
On same server. It worked before and stoped without any obvious reason
7 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
no
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
Guess, this question is no longer relevant, as this issue was caused (most likely) by my previous dokploy install. So if something works buggy — reinstall docker
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
Managed to make it work on my machine https://todo.dokploy.kcrz.dev/
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
Here, I created simplier compose example that you may use in docs
version: "3"

services:
todo-list:
image: thoba/todo-list-app
restart: always
ports:
- 8080
networks:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.todo-list-example.rule=Host(`YOUR_DOMAIN`)"
- "traefik.http.routers.todo-list-example.entrypoints=websecure"
- "traefik.http.routers.todo-list-example.tls.certResolver=letsencrypt"
- "traefik.http.services.todo-list-example.loadbalancer.server.port=8080"
networks:
dokploy-network:
external: true
version: "3"

services:
todo-list:
image: thoba/todo-list-app
restart: always
ports:
- 8080
networks:
- dokploy-network
labels:
- "traefik.enable=true"
- "traefik.http.routers.todo-list-example.rule=Host(`YOUR_DOMAIN`)"
- "traefik.http.routers.todo-list-example.entrypoints=websecure"
- "traefik.http.routers.todo-list-example.tls.certResolver=letsencrypt"
- "traefik.http.services.todo-list-example.loadbalancer.server.port=8080"
networks:
dokploy-network:
external: true
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
Finally I managed to make this labels for trafic actualy work. For this I had to reinstall docker as previous installation of dokploy somehow affected
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
I think there is no way traefik.http.routers.<unique-name>.rule value might be configurable from ui? as its parsed before docker build
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
I think example is a bit misleading: - your-domain.com and next-app on the screenshot from cloudflare panel are different values - even if you have example in github you cant use it as is to because host is hardcoded - you actually need to fork repo, edit it, commit, and then use it in dokploy
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
No description
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
No, used as is
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
so its 0.2.2 version
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
No, I just reinstalled dokploy to have fresh install
25 replies
DDokploy
Created by Kirill on 6/21/2024 in #help
How to assign subdomain to docker compose application?
No description
25 replies