mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
18 lines
268 B
YAML
18 lines
268 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
featurebase:
|
|
image: docker.io/featurebasedb/featurebase:latest
|
|
ports:
|
|
- "10101:10101"
|
|
volumes:
|
|
- "featurebase:/data"
|
|
|
|
volumes:
|
|
featurebase:
|
|
driver: local
|
|
|
|
networks:
|
|
default:
|
|
name: fbnet
|
|
external: true
|