Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Jun 17, 2021
1 parent 6bddeb7 commit 3a66caa
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: '3.8'
services:
web:
build:
context: ./docker
dockerfile: Dockerfile
ports:
- "0.0.0.0:26590:26590"
- "0.0.0.0:26080:80"
volumes:
- loadcat:/var/lib/loadcat
- ./loadcatd:/usr/bin/loadcatd
- ./ui/templates:/var/lib/loadcat/ui/templates
working_dir: /var/lib/loadcat
command: loadcatd -config /etc/loadcat.conf

volumes:
loadcat:
driver: "local"

0 comments on commit 3a66caa

Please sign in to comment.