Skip to content

Commit

Permalink
provide replication-manager build
Browse files Browse the repository at this point in the history
While signal18/replication-manager#217 is open, provide
a dedicated build context for a smaller image
  • Loading branch information
Jan Kunzmann committed Mar 16, 2018
1 parent b43da27 commit 2d79293
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ version: "2.2"

services:
replicationmanager:
image: signal18/replication-manager:2.1
# image: replication-manager
# build:
# context: "https://github.com/erasys/replication-manager.git#slimmer_docker_image_2.1"
# dockerfile: docker/Dockerfile
# image: signal18/replication-manager:2.1
image: replication-manager
build:
context: "https://github.com/erasys/replication-manager.git#slimmer_docker_image_2.1"
dockerfile: docker/Dockerfile
command: ["replication-manager", "monitor", "--config", "/etc/replication-manager/config/config.toml", "--verbose"]
volumes:
- ./replication-manager:/etc/replication-manager/config
Expand Down

0 comments on commit 2d79293

Please sign in to comment.