feat: remove redundant folders

This commit is contained in:
2026-01-14 02:14:40 +01:00
parent 304c7969b2
commit cdfc99991d
115 changed files with 21 additions and 9657 deletions

View File

@@ -1,30 +1,27 @@
networks:
server:
name: server
xtdb:
external: false
volumes:
mongo:
xtdb:
driver: local
services:
# MongoDB
# --------------------------------------------------------------------------------
# Used by event store and read store for managing and reading application data.
# Used by event store and read store for managing and reading application data.
# mongo:
# restart: unless-stopped
# image: mongo:8
# container_name: boilerplate_mongo
# ports:
# - 6017:27017
# environment:
# MONGO_INITDB_ROOT_USERNAME: root
# MONGO_INITDB_ROOT_PASSWORD: password
# volumes:
# - mongo:/data/db
# networks:
# - server
xtdb:
restart: unless-stopped
image: ghcr.io/xtdb/xtdb:latest
container_name: xtdb
networks:
- xtdb
ports:
- 5432:5432
- 8080:8080
volumes:
- xtdb:/var/lib/xtdb
# Cerbos
# --------------------------------------------------------------------------------