diff --git a/scripts/pigallery2/launch-docker.sh b/scripts/pigallery2/launch-docker.sh new file mode 100644 index 0000000..d060132 --- /dev/null +++ b/scripts/pigallery2/launch-docker.sh @@ -0,0 +1,7 @@ +docker run --net main_subnet --ip 172.30.9.1 \ + -e NODE_ENV=production \ + -v /opt/pigallery2/config/config.json:/pigallery2-release/config.json \ + -v /opt/pigallery2/sqlite/sqlite.db:/pigallery2-release/sqlite.db \ + -v /opt/syncthing/data1/images:/pigallery2-release/demo/images \ + -v /opt/pigallery2/TEMP:/pigallery2-release/demo/TEMP \ + bpatrik/pigallery2:1.7.0-stretch \ No newline at end of file