working tor
This commit is contained in:
22
compose.yaml
22
compose.yaml
@@ -105,14 +105,22 @@ services:
|
||||
- backend
|
||||
networks:
|
||||
- frontnet
|
||||
|
||||
hs:
|
||||
container_name: tor_service
|
||||
build:
|
||||
context: tor
|
||||
depends_on:
|
||||
- backend
|
||||
networks:
|
||||
- frontnet
|
||||
|
||||
pmb:
|
||||
#build:
|
||||
# args:
|
||||
# GPG_PP: $BUILD_GPG_PP
|
||||
# context: pmb-pf
|
||||
# dockerfile: Dockerfile
|
||||
image: site_pmb:latest
|
||||
build:
|
||||
args:
|
||||
GPG_PP: $BUILD_GPG_PP
|
||||
context: pmb-pf
|
||||
dockerfile: Dockerfile
|
||||
#image: site_pmb:latest
|
||||
expose:
|
||||
- "25"
|
||||
env_file:
|
||||
|
Reference in New Issue
Block a user