Updated eployments
This commit is contained in:
17
docker-deployments/peanut.yml
Normal file
17
docker-deployments/peanut.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user