diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..b432a59 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,19 @@ +services: + databasement: + image: davidcrty/databasement:latest + container_name: databasement + # ports: + # - 2226:2226 + environment: + - DB_CONNECTION=sqlite + - DB_DATABASE=/data/database.sqlite + - ENABLE_QUEUE_WORKER=true + volumes: + - /home/shrek/docker/data/databasement:/data + - /mnt/immich/Backups:/backups + networks: + - bragi-local + +networks: + bragi-local: + external: true \ No newline at end of file