Skip to content

Commit

Permalink
none Creates a docker compose for easy deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Tulio Ávila Cerón committed May 5, 2024
1 parent 272e4b5 commit 7eb1bae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.8'
services:
hours:
image: totopo/hours:latest
restart: always
ports:
- "8384:8384"
volumes:
- ./data:/app/data

0 comments on commit 7eb1bae

Please sign in to comment.