Skip to content

Commit

Permalink
Add docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed May 19, 2024
1 parent cbf2594 commit 6d89300
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3.9"

services:
jshell-backend-master:
image: "togetherjava.org:5001/togetherjava/jshellbackend:master"
command: ["--spring.config.location=file:///home/backend/config/application.yaml"]
restart: always
ports:
- 8080:8080
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./docker-config.json:/root/.docker/config.json
- ./config:/home/backend/config
networks:
- jshell-backend

networks:
jshell-backend:
external: true
name: develop-bot

0 comments on commit 6d89300

Please sign in to comment.