diff --git a/pmb/.env.template b/pmb/.env.template deleted file mode 100644 index 0347382..0000000 --- a/pmb/.env.template +++ /dev/null @@ -1 +0,0 @@ -COMPOSE_PROJECT_NAME=pmb diff --git a/pmb/README.md b/pmb/README.md deleted file mode 100644 index 8b13789..0000000 --- a/pmb/README.md +++ /dev/null @@ -1 +0,0 @@ - diff --git a/pmb/docker-compose.yml b/pmb/docker-compose.yml deleted file mode 100644 index 768a4cb..0000000 --- a/pmb/docker-compose.yml +++ /dev/null @@ -1,33 +0,0 @@ -x-logging: - &default-logging - driver: local - options: - max-size: "1m" - max-file: "50" - -x-opt-values: - &volume-opt - driver_opts: &options - type: "nfs" - o: "addr=${IP},rw" - -services: - protonmail-bridge: - image: shenxn/protonmail-bridge - container_name: protonmail-bridge - restart: always - volumes: - - protonmail:/root - networks: - - protonmail - logging: *default-logging - -volumes: - protonmail: - <<: *volume-opt - driver_opts: - <<: *options - device: ":/mnt/path/protonmail/protonmail" - -networks: - protonmail: