mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-12-26 20:00:40 +01:00
Init volman
This commit is contained in:
parent
19bd0b2b56
commit
57c6f6c07b
1 changed files with 12 additions and 0 deletions
12
volman/docker-compose.yml
Normal file
12
volman/docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
version: "3.5"
|
||||||
|
services:
|
||||||
|
volman:
|
||||||
|
image: ubuntu
|
||||||
|
container_name: volman
|
||||||
|
volumes:
|
||||||
|
- data:/foo
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
name: dropbot_data
|
||||||
|
external: true
|
Loading…
Reference in a new issue