Sign inSign up

ardeveloppement/rclone

By ardeveloppement

Updated over 7 years ago

Rclone Docker image

Image
0

651

ardeveloppement/rclone repository overview

docker-images

Reverse proxy

Uses image nginx-proxy from jwilder.

The reverse proxy service must be launch independamently at the first time, with the command

$ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro --name reverse-proxy --net=arconnectapi_default jwilder/nginx-proxy
$ docker network connect arconnectstatic_default reverse-proxy
$ docker network connect arconnectcustomer_default reverse-proxy
DNS and dev environment

To be able to use domain names in dev environment, you need to install dnsmasq

$ sudo apt-get install dnsmasq

Change its configuration file to add the global domain name of the application

$ sudo vim /etc/dnsmasq.conf

Add these entries

# Add domains which you want to force to an IP address here.
# The example below send any host in double-click.net to a local
# web-server.
address=/localhost/127.0.0.1
address=/arconnect.local/127.0.0.1

And restart the service

$ sudo service dnsmasq restart

makefile

Evironment variables
variabledevpreprodproddescription
PROJET_ENVdevpreprodprodPlatform environment. Used to run compose on the right one
SYMFONY_ENVdevprodprodSymfony environment

Tag summary

Content type

Image

Digest

Size

13.1 MB

Last updated

over 7 years ago

docker pull ardeveloppement/rclone