Skip to content

Instantly share code, notes, and snippets.

View AlejandroAkbal's full-sized avatar
:octocat:
Focusing

Alejandro Akbal AlejandroAkbal

:octocat:
Focusing
View GitHub Profile
services:
minecraft:
image: itzg/minecraft-server
ports:
- '25565:25565'
environment:
- SERVICE_FQDN_PLUGINPLAN_8804
- EULA=true
- 'MEMORY=${MINECRAFT_MEMORY:-1G}'
- 'TYPE=PURPUR'
@AlejandroAkbal
AlejandroAkbal / auto-mcs-coolify.yml
Last active March 10, 2025 15:25
Auto MCS (auto-mcs) Coolify 4 docker compose
services:
app:
container_name: auto-mcs
image: 'macarooniman/auto-mcs:latest'
stdin_open: true
tty: true
command:
- auto-mcs-ttyd
- '-W'
- '-t'
@AlejandroAkbal
AlejandroAkbal / pufferpanel-coolify.yml
Last active March 10, 2025 15:25
PufferPanel Coolify 4 docker compose
# See https://docs.pufferpanel.com/en/2.x/installing.html for creating admin user
services:
pufferpanel:
container_name: pufferpanel
# Replace with pufferpanel/pufferpanel:latest if not on ARM
image: ghcr.io/oskardotglobal/pufferpanel:arm64
restart: on-failure
environment:
- SERVICE_FQDN_PUFFERPANEL_8080
volumes:
@AlejandroAkbal
AlejandroAkbal / arr-stack-coolify.yml
Last active March 10, 2025 15:26
Jellyfinn for Coolify docker compose stack
services:
qbittorrent:
container_name: qbittorrent
image: 'linuxserver/qbittorrent:latest'
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
- WEBUI_PORT=5080
volumes:
@AlejandroAkbal
AlejandroAkbal / compose.yml
Created February 10, 2024 16:53
Matomo 5 docker compose
version: '3'
services:
matomo:
image: 'bitnami/matomo:latest'
depends_on:
- db
volumes:
- 'matomo:/bitnami'
environment:
- MATOMO_DATABASE_HOST=db