mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-14 04:35:49 +02:00
14 lines
178 B
YAML
14 lines
178 B
YAML
data:
|
|
image: busybox
|
|
volumes:
|
|
- /var/lib/vault
|
|
|
|
vault:
|
|
image: vimagick/vault
|
|
ports:
|
|
- "8200:8200"
|
|
volumes_from:
|
|
- data
|
|
privileged: true
|
|
restart: always
|