fixing several bugs

This commit is contained in:
DioCrafts
2025-03-31 06:20:15 +02:00
parent b81e2a7029
commit 2e1cb4a034
8 changed files with 676 additions and 157 deletions
+4 -1
View File
@@ -33,7 +33,9 @@ services:
depends_on:
- postgres
environment:
- "OXICLOUD_DB_CONNECTION_STRING=postgres://postgres:postgres@postgres/oxicloud"
- "OXICLOUD_DB_CONNECTION_STRING=postgres://postgres:postgres@postgres/oxicloud"
volumes:
- storage_data:/app/storage
networks:
oxicloud:
@@ -41,3 +43,4 @@ networks:
volumes:
pg_data:
storage_data: