Files
databasus/docker-compose.yml.example
2025-12-25 21:26:53 +03:00

19 lines
471 B
Plaintext

version: "3"
# Do not use this file in production or VPS. This
# file is indended for local development only. To
# run on your machine - read README.md
services:
# For local development only to test build. Do
# not use in production or VPS
databasus-local:
build:
context: .
dockerfile: Dockerfile
ports:
- "4005:4005"
volumes:
- ./databasus-data:/databasus-data
container_name: databasus-local
restart: unless-stopped