|
@@ -105,6 +105,30 @@ services:
|
|
|
OAUTH_CLIENT_SECRET : 5w7gx6ptdoo4g8cwwo88o8gowosgco84sso08ssow0osg88g8k
|
|
|
volumes:
|
|
|
- ./stats/:/opt/stats/
|
|
|
+
|
|
|
+ cablemodem:
|
|
|
+ restart: always
|
|
|
+ image: fd3-cablemodem
|
|
|
+ build:
|
|
|
+ context: ./cablemodem
|
|
|
+ links:
|
|
|
+ - mysql:mysql
|
|
|
+ - base:base
|
|
|
+ - nginx-proxy:base.fd3.flowdat.com
|
|
|
+ - nginx-proxy:mapas.fd3.flowdat.com
|
|
|
+ - nginx-proxy:ftth.fd3.flowdat.com
|
|
|
+ - nginx-proxy:stats.fd3.flowdat.com
|
|
|
+ - nginx-proxy:radius.fd3.flowdat.com
|
|
|
+ - amqp:amqp
|
|
|
+ env_file:
|
|
|
+ - host.env
|
|
|
+ environment:
|
|
|
+ VIRTUAL_HOST: cablemodem.fd3.flowdat.com
|
|
|
+ OAUTH_CLIENT_ID: 1_4gs3n2b9s7mso00kgogoks4k0ogk0ggs0w0k4k484gkowcg08k
|
|
|
+ OAUTH_CLIENT_SECRET: 60n93pmoh10c848wg0sc0844ow84sco0sc8gkockow4sg4sc0g
|
|
|
+ HTTPS_METHOD: nohttps
|
|
|
+ volumes:
|
|
|
+ - ./cablemodem/:/opt/cablemodem/
|
|
|
|
|
|
mysql:
|
|
|
restart: always
|