[DOCKER] Automated PR for protonmail-bridge-deployment_2025-08-30T06-14-38 - #157 #157
@@ -149,6 +149,7 @@
|
|||||||
| postal-smtp | ghcr.io/postalserver/postal:latest |
|
| postal-smtp | ghcr.io/postalserver/postal:latest |
|
||||||
| postal-web | ghcr.io/postalserver/postal:latest |
|
| postal-web | ghcr.io/postalserver/postal:latest |
|
||||||
| postal-worker | ghcr.io/postalserver/postal:latest |
|
| postal-worker | ghcr.io/postalserver/postal:latest |
|
||||||
|
| protonmail-bridge | shenxn/protonmail-bridge |
|
||||||
| prowlarr | lscr.io/linuxserver/prowlarr:latest |
|
| prowlarr | lscr.io/linuxserver/prowlarr:latest |
|
||||||
| qbit-manage | ghcr.io/stuffanthings/qbit_manage:latest |
|
| qbit-manage | ghcr.io/stuffanthings/qbit_manage:latest |
|
||||||
| qbittorrentvpn | ghcr.io/binhex/arch-qbittorrentvpn:latest |
|
| qbittorrentvpn | ghcr.io/binhex/arch-qbittorrentvpn:latest |
|
||||||
|
|||||||
@@ -5116,6 +5116,15 @@ services:
|
|||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
|
protonmail-bridge:
|
||||||
|
container_name: protonmail-bridge
|
||||||
|
image: shenxn/protonmail-bridge
|
||||||
|
ports:
|
||||||
|
- 1025:25/tcp
|
||||||
|
- 1143:143/tcp
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- protonmail-data:/root
|
||||||
prowlarr:
|
prowlarr:
|
||||||
container_name: prowlarr
|
container_name: prowlarr
|
||||||
environment:
|
environment:
|
||||||
@@ -7357,6 +7366,8 @@ volumes:
|
|||||||
name: portainer-data
|
name: portainer-data
|
||||||
portnote-db-data:
|
portnote-db-data:
|
||||||
name: portnote-db-data
|
name: portnote-db-data
|
||||||
|
protonmail-data:
|
||||||
|
name: protonmail-data
|
||||||
reactive-resume-pg:
|
reactive-resume-pg:
|
||||||
name: reactive-resume-pg
|
name: reactive-resume-pg
|
||||||
romm_resources:
|
romm_resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user