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 July 6, 2024 01:07
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