|
@@ -406,38 +406,3 @@ services:
|
|
|
redis:
|
|
|
image: redis:latest
|
|
|
restart: always
|
|
|
-
|
|
|
- dhcp:
|
|
|
- restart: always
|
|
|
- image: fd3-ftth
|
|
|
- build:
|
|
|
- context: ./ftth
|
|
|
- links:
|
|
|
- - mysql:mysql
|
|
|
- - base:base
|
|
|
- - nginx-proxy:base.fd3.flowdat.com
|
|
|
- - nginx-proxy:mapas.fd3.flowdat.com
|
|
|
- - amqp:amqp
|
|
|
- env_file:
|
|
|
- - host.env
|
|
|
- environment:
|
|
|
- VIRTUAL_HOST: dhcp.fd3.flowdat.com
|
|
|
- OAUTH_CLIENT_ID : 1_3323sq6urn8kwccg8s4ok848ggwwgkw4c08wsc4cwkc08osocc
|
|
|
- OAUTH_CLIENT_SECRET : 5w7gx6ptdoo4g8cwwo88o8gowosgco84sso08ssow0osg88g8k
|
|
|
- HTTPS_METHOD: nohttps
|
|
|
- #LETSENCRYPT_HOST: ftth.fd3.flowdat.com
|
|
|
- #LETSENCRYPT_EMAIL: andrade.luciano@gmail.com
|
|
|
- AMQP_KEY: ftth
|
|
|
- volumes:
|
|
|
- - ./ftth/:/opt/ftth/
|
|
|
-
|
|
|
-# nginx_proxy_companion:
|
|
|
-# restart: always
|
|
|
-# image: jrcs/letsencrypt-nginx-proxy-companion
|
|
|
-# volumes_from:
|
|
|
-# - nginx-proxy
|
|
|
-# volumes:
|
|
|
-# - /var/run/docker.sock:/var/run/docker.sock:ro
|
|
|
-# - ./nginx/certs:/etc/nginx/certs
|
|
|
-# - ./nginx/vhost.d:/etc/nginx/vhost.d
|
|
|
-#
|