Add picoshare/docker-compose.yml
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: "3.2"
|
||||
services:
|
||||
picoshare:
|
||||
container_name: picoshare
|
||||
image: mtlynch/picoshare
|
||||
environment:
|
||||
- PORT=4001
|
||||
- PS_SHARED_SECRET=${SHARED_SECRET} # Change to any password
|
||||
- PS_BEHIND_PROXY=true
|
||||
ports:
|
||||
- 4001:4001
|
||||
networks:
|
||||
- npm-network
|
||||
command: -db /data/store.db
|
||||
volumes:
|
||||
- /srv/picoshare-data:/data
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
default:
|
||||
npm-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user