proxied services on external net
This commit is contained in:
parent
479439567d
commit
8c536b9710
|
@ -37,8 +37,7 @@ services:
|
||||||
- TITLE=$TITLE
|
- TITLE=$TITLE
|
||||||
- DESCRIPTION=$DESCRIPTION
|
- DESCRIPTION=$DESCRIPTION
|
||||||
- DRONE_REPO_LINK=$DRONE_REPO_LINK
|
- DRONE_REPO_LINK=$DRONE_REPO_LINK
|
||||||
- DRONE_COMMIT=$DRONE_COMMIT
|
- DRONE_COMMIT=$DRONE_COMMIT
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- letsencrypt-git:/etc/letsencrypt
|
- letsencrypt-git:/etc/letsencrypt
|
||||||
networks:
|
networks:
|
||||||
|
@ -98,6 +97,7 @@ services:
|
||||||
- 22:22
|
- 22:22
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
ngrok:
|
ngrok:
|
||||||
# ngrok tunnel client
|
# ngrok tunnel client
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -147,6 +147,7 @@ services:
|
||||||
- DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET}
|
- DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET}
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
drone-docker-runner:
|
drone-docker-runner:
|
||||||
# drone runner performs builds
|
# drone runner performs builds
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -220,6 +221,7 @@ services:
|
||||||
- REGISTRY_HTTP_ADDR=0.0.0.0:5000
|
- REGISTRY_HTTP_ADDR=0.0.0.0:5000
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
registry-cache:
|
registry-cache:
|
||||||
# registry cache (used?)
|
# registry cache (used?)
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -273,6 +275,7 @@ services:
|
||||||
- database__pool__min=0 # https://github.com/knex/knex/issues/975
|
- database__pool__min=0 # https://github.com/knex/knex/issues/975
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
ghost-mysql:
|
ghost-mysql:
|
||||||
image: mysql:5.7
|
image: mysql:5.7
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -311,6 +314,7 @@ services:
|
||||||
COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable
|
COMMENTO_POSTGRES: postgres://${COMMENTO_POSTGRES_USER}:${COMMENTO_POSTGRES_PASSWORD}@commento-postgres:5432/${COMMENTO_POSTGRES_DB}?sslmode=disable
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
commento-postgres:
|
commento-postgres:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -498,6 +502,7 @@ services:
|
||||||
- GUACD_HOSTNAME=guacd
|
- GUACD_HOSTNAME=guacd
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
chat:
|
chat:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
@ -508,6 +513,7 @@ services:
|
||||||
image: rocketchat/rocket.chat:3.0.7
|
image: rocketchat/rocket.chat:3.0.7
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
environment:
|
environment:
|
||||||
- MONGO_OPLOG_URL=mongodb://chat-mongo:27017/local
|
- MONGO_OPLOG_URL=mongodb://chat-mongo:27017/local
|
||||||
- ROOT_URL=https://${GIT_DOMAIN}/chat
|
- ROOT_URL=https://${GIT_DOMAIN}/chat
|
||||||
|
@ -550,6 +556,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
#- proxy
|
#- proxy
|
||||||
- appnet
|
- appnet
|
||||||
|
- externalnet
|
||||||
portainer-agent:
|
portainer-agent:
|
||||||
image: portainer/agent:1.5.1
|
image: portainer/agent:1.5.1
|
||||||
environment:
|
environment:
|
||||||
|
|
Reference in New Issue