memphis
memphis
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
Is there a solution for setting the database config?
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
yapp, i can't
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
is there any other approach to do that?
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
hi I want to ask out of context, is it possible to change the db conf like my.cnf in mysql when we deploy the database? I've tried docker exec -it -u root but I can't write with vi, vim or nano
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
woww, its workss. I'm still curious, is the error in the line - "traefik.http.routers.grafana.entrypoints=web" ? but thanks king 👑
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
lemme try it
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
is there anything that needs to be set in cloudflare?
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
or any step i missed?,
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
only time="2024-07-20T18:48:21Z" level=info msg="Configuration loaded from file: /etc/traefik/traefik.yml" i've try for reload trafic but show error like this Error to reload the traefik
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
i've try with this and still bad gateway
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
like this
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=web"
- "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=web"
- "traefik.http.services.grafana.loadbalancer.server.port=3010"
volumes:
- grafana_data:/var/lib/grafana

networks:
dokploy-network:
external: true

volumes:
grafana_data:
??
29 replies
DDokploy
Created by memphis on 7/20/2024 in #old-help
domain unreachable in docker-compose feature
flexible mode
29 replies