mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 19:35:26 +02:00
14 lines
240 B
YAML
14 lines
240 B
YAML
version: "3.8"
|
|
services:
|
|
spacetimedb:
|
|
image: clockworklabs/spacetime:v2.6.1
|
|
restart: unless-stopped
|
|
command: start
|
|
ports:
|
|
- 3000
|
|
volumes:
|
|
- spacetimedb-data:/home/spacetime
|
|
|
|
volumes:
|
|
spacetimedb-data: {}
|