17 lines
322 B
YAML
17 lines
322 B
YAML
services:
|
|
peanut:
|
|
image: brandawg93/peanut:latest
|
|
ports:
|
|
- "8050:8050"
|
|
environment:
|
|
- TZ=America/New_York
|
|
volumes:
|
|
- peanut_config:/config
|
|
|
|
volumes:
|
|
peanut_config:
|
|
driver: local
|
|
driver_opts:
|
|
type: none
|
|
o: bind
|
|
device: /mnt/swarm_shared/legacy_volumes/peanut/ |