mirror of
https://github.com/databasus/databasus.git
synced 2026-04-05 16:22:00 +02:00
19 lines
471 B
Plaintext
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 |