memphis
memphis
DDokploy
Created by memphis on 1/22/2025 in #old-help
How to register admin and generate API Token automatically (setup)
hi is there any way to register first admin (setup dokploy) and generate api-token using api. in my case i want to automate vm migration. q.a why do i need that? because requirement to access other api is using api-token. is there any solution?
1 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
hi, I'm having an issue when deploying grafana using docker-compose (raw). I have followed the existing documentation. but the domain still remains unreachable.
services:
grafana:
image: grafana/grafana
ports:
- 3010
networks:
- dokploy-network
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.grafana.rule=Host(`grafana.mydomain.com`)"
- "traefik.http.routers.grafana.entrypoints=websecure"
- "traefik.http.routers.grafana.tls.certResolver=letsencrypt"
- "traefik.http.services.grafana.loadbalancer.server.port=3010"
volumes:
- grafana_data:/var/lib/grafana

networks:
dokploy-network:
external: true

volumes:
grafana_data:
services:
grafana:
image: grafana/grafana
ports:
- 3010
networks:
- dokploy-network
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.grafana.rule=Host(`grafana.mydomain.com`)"
- "traefik.http.routers.grafana.entrypoints=websecure"
- "traefik.http.routers.grafana.tls.certResolver=letsencrypt"
- "traefik.http.services.grafana.loadbalancer.server.port=3010"
volumes:
- grafana_data:/var/lib/grafana

networks:
dokploy-network:
external: true

volumes:
grafana_data:
I have also set DNS in Cloudflare correctly. is there any solution?
29 replies