FEATURE (databasus): Migrate to new name

This commit is contained in:
Rostislav Dugin
2025-12-25 21:26:53 +03:00
parent 24c97a7070
commit b44ce1f3ea
217 changed files with 1095 additions and 1058 deletions

View File

@@ -7,13 +7,13 @@ version: "3"
services:
# For local development only to test build. Do
# not use in production or VPS
postgresus-local:
databasus-local:
build:
context: .
dockerfile: Dockerfile
ports:
- "4005:4005"
volumes:
- ./postgresus-data:/postgresus-data
container_name: postgresus-local
- ./databasus-data:/databasus-data
container_name: databasus-local
restart: unless-stopped