added protonmail-bridge
This commit is contained in:
parent
d7f269a62c
commit
95f796bf4c
|
|
@ -34,7 +34,14 @@ services:
|
||||||
- app-network
|
- app-network
|
||||||
ports:
|
ports:
|
||||||
- "9994:9993/udp"
|
- "9994:9993/udp"
|
||||||
|
#protonmail-bridge:
|
||||||
|
# image: shenxn/protonmail-bridge:build
|
||||||
|
#container_name: protonmail-bridge
|
||||||
|
# restart: unless-stopped
|
||||||
|
# volumes:
|
||||||
|
# - protonmail:/root
|
||||||
|
# networks:
|
||||||
|
# - app-network
|
||||||
ztnet:
|
ztnet:
|
||||||
image: sinamics/ztnet:latest
|
image: sinamics/ztnet:latest
|
||||||
container_name: ztnet
|
container_name: ztnet
|
||||||
|
|
@ -82,6 +89,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
zerotier:
|
zerotier:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
|
# protonmail:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
app-network:
|
app-network:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue