Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions deploy/minimal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: '3.7'
services:
server:
image: ehenoma/jsheets:latest
build:
context: ../../
dockerfile: ./server/deploy/Dockerfile
restart: always
environment:
JSHEETS_SERVER_PORT: 8080
Expand Down Expand Up @@ -36,20 +33,8 @@ services:
ZOO_PORT: 2181
networks:
- zookeeper
zookeeper-web:
image: elkozmon/zoonavigator:latest
restart: unless-stopped
environment:
HTTP_PORT: 9000
ports:
- "9000:9000"
networks:
- zookeeper
runtime:
image: ehenoma/jsheets-runtime:latest
build:
context: ../../
dockerfile: ./runtime/deploy/Dockerfile
restart: always
container_name: runtime
hostname: runtime
Expand Down