Skip to content

Instantly share code, notes, and snippets.

View Virtoholic's full-sized avatar

Virtoholic

  • Joined Oct 19, 2025
View GitHub Profile
@Virtoholic
Virtoholic / gitea-docker-compose.yml
Created October 21, 2025 14:08
Self host a instance of "Gitea" using "Docker", a all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD available under the "MIT" license: https://github.com/go-gitea/gitea
# https://gist.github.com/Virtoholic/62854754305b2466cdc497b033717cc2
#
# https://about.gitea.com
# https://github.com/go-gitea/gitea
#
# https://docs.gitea.com/installation/install-with-docker#postgresql-database
# https://docs.gitea.com/installation/install-with-docker#named-volumes
version: "3"
@Virtoholic
Virtoholic / wekan-docker-compose.yml
Created October 21, 2025 14:05
Self host a instance of "WeKan" using "Docker", a open source kanban available under the "MIT" license: https://github.com/wekan/wekan
# https://gist.github.com/Virtoholic/dc6acb354189a5130258ebaed2211066
#
# https://wekan.fi
# https://github.com/wekan/wekan
#
# https://github.com/wekan/wekan/blob/main/docker-compose.yml
# https://github.com/wekan/wekan/blob/06a5a8f70d455e2173b51c32fafcac94dc83f6e2/docker-compose.yml
# Note: Do not add single quotes '' to variables. Having spaces still works without quotes where required.
#---------------------------------------------------------------------------------------------------------
@Virtoholic
Virtoholic / draw-io-docker-compose.yml
Last active October 21, 2025 10:15
Self host a instance of "draw.io" using "Docker", a "JavaScript", client-side editor for general diagramming available under the "Apache-2.0" license: https://github.com/jgraph/drawio
# https://gist.github.com/Virtoholic/2e5fddaada131f0858d187c49d6942ff
#
# This "Docker" compose file adds draw.io to your stack.
#
# https://www.drawio.com
# https://github.com/jgraph/drawio
#
# https://github.com/jgraph/docker-drawio
# https://github.com/jgraph/docker-drawio/blob/dev/docker-compose.yml
# https://github.com/jgraph/docker-drawio/blob/7a4c75f112735d7190b652b29c0e1c090158db57/docker-compose.yml