change persistent dir structure

master
Paul Walko 2019-09-08 22:23:30 +02:00
parent fc800aade6
commit 1277b469f5
3 changed files with 6 additions and 6 deletions

6
.gitignore vendored
View File

@ -8,6 +8,6 @@ fogcutter/docker/syncthing/syncthing-config
fogcutter/docker/syncthing/syncthing-sync
fogcutter/docker/monitoring/grafana/grafana-data
fogcutter/docker/monitoring/prometheus/prometheus-data
madone/docker/nginx/config
madone/docker/syncthing/config
madone/docker/syncthing/sync
madone/docker/nginx/nginx-config
madone/docker/syncthing/syncthing-config
madone/docker/syncthing/syncthing-sync

View File

@ -12,7 +12,7 @@ docker run \
--env SUBDOMAINS=madone \
--env VALIDATION=html \
--env TZ=US/Eastern \
--volume $PWD/config:/config:rw \
--volume $PWD/nginx-config:/config:rw \
--volume $PWD/nginx.conf:/config/nginx/nginx.conf:ro \
--volume $PWD/site-confs:/config/nginx/site-confs:ro \
--volume $PWD/../syncthing/sync:/sync-docker:ro \

View File

@ -11,8 +11,8 @@ docker run \
--env PGID=1000 \
--env TZ=Europe/London \
--env UMASK_SET=022 \
--volume $PWD/config:/config:rw \
--volume $PWD/sync:/sync-docker:rw \
--volume $PWD/syncthing-config:/config:rw \
--volume $PWD/syncthing-sync:/sync-docker:rw \
--publish 22000:22000 \
--publish 21027:21027/udp \
--network pew-net \