mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
adding docker compose file
This commit is contained in:
parent
1d33e39a78
commit
13e6913c9a
10
net/container/compose.yaml
Normal file
10
net/container/compose.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
databag:
|
||||||
|
container_name: databag
|
||||||
|
image: balzack/databag:latest
|
||||||
|
ports:
|
||||||
|
- "7000:7000"
|
||||||
|
volumes:
|
||||||
|
- ./databag-data:/data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user