drudge
drudge
DDokploy
Created by 🎗 Timmy 🎗 on 12/9/2024 in #help
heyform not loading
they should work in the environment. Your compose still has env_file in it I assume
38 replies
DDokploy
Created by moz on 12/23/2024 in #help
How to publish a static site containing only index.html with dokploy
try nixpacks
4 replies
DDokploy
Created by jim.kring on 12/20/2024 in #help
Can't see Terminal text: text and background are both white (15.0)
Yes, a fix was merged into canary to address this - just need a new release from @Siumauricio https://github.com/Dokploy/dokploy/pull/936
3 replies
DDokploy
Created by naz on 12/12/2024 in #help
Can't add GitHub
naz-dokploy-test-2024-12-12
7 replies
DDokploy
Created by 🎗 Timmy 🎗 on 12/9/2024 in #help
heyform not loading
Generally speaking you need your host exposed on the dokploy-network in order for traffic to reach it properly
38 replies
DDokploy
Created by 🎗 Timmy 🎗 on 12/9/2024 in #help
heyform not loading
Sorry I can't really help you with HeyForm, I've never used it
38 replies
DDokploy
Created by 🎗 Timmy 🎗 on 12/9/2024 in #help
heyform not loading
change from:
networks:
- heyform-network
networks:
- heyform-network
to
networks:
- dokploy-network
networks:
- dokploy-network
and the definition from:
networks:
heyform-network:
driver: bridge
networks:
heyform-network:
driver: bridge
to
networks:
dokploy-network:
external: true
networks:
dokploy-network:
external: true
and see if it resolves your issue
38 replies
DDokploy
Created by 🎗 Timmy 🎗 on 12/9/2024 in #help
heyform not loading
Timmy - is the issue that you're not exposing it to the dokploy-network?
38 replies