Skip to content

Instantly share code, notes, and snippets.

View nixoletas's full-sized avatar
🛸
Hello World!

Nicholas Miyasato nixoletas

🛸
Hello World!
View GitHub Profile
@mrzapp
mrzapp / docker-compose.yml
Last active February 10, 2025 16:21
NextCloud setup for Docker (docker-compose) with Collabora, NGINX, Redis and Postgres
version: "3.4"
networks:
example-com--postgres: ~
example-com--redis: ~
services:
# PostgreSQL
postgres:
container_name: example-com--postgres