Skip to content

Instantly share code, notes, and snippets.

View flomero's full-sized avatar
:octocat:

Florian Fischer flomero

:octocat:
View GitHub Profile
@flomero
flomero / docker-compose.yml
Last active August 31, 2025 17:15
Twenty x Coolify using Docker Compose
name: twenty
services:
server:
image: 'twentycrm/twenty:${TAG:-latest}'
volumes:
- 'server-local-data:/app/packages/twenty-server/.local-storage'
ports:
- '3000:3000'
environment:
SERVICE_FQDN_SERVER_3000: null
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flomero
flomero / docker-compose.yml
Created February 4, 2023 11:20
Mautic Docker Compose
version: '3'
services:
mauticdb:
image: percona/percona-server:5.7
container_name: mauticdb
volumes:
- mysql_data:/var/lib/mysql
environment: