-DOCKER_CERT_PATH=$CERTS docker -H $REVIEW_HOST --tlsverify service rm $SERVICE_NAME || true# try to remove previous service but do not fail if it not exist
-DOCKER_CERT_PATH=$CERTS docker -H $REVIEW_HOST --tlsverify service rm $SERVICE_NAME || true# try to remove previous service but do not fail if it not exist
-echo "Review app stopped"
environment:
name:review/$CI_COMMIT_REF_NAME
action:stop
################################# IMAGE BUILDING #################################
docker run -it-p 8080:8080 myname/condenser:mybranch
./run.sh start dev
```
To build developer image manually, you can use:
`docker build --target development --tag condenser:dev .`
#### Docker Compose
If you like to run and build condenser and additionally a reverse-proxy using an Nginx Docker image, with companion Letsencrypt (SSL) support, you can simple launch the Docker-compose files via the included `run.sh`-scripts.