Skip to content

Commit

Permalink
feat(repo): begin work on Docker Compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Nov 14, 2024
1 parent abb0564 commit 0f61cb7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Services needed for the Joint Cyber program
#
# Current setup includes:
# - frontend: The frontend application, which communicates with the backend
# - backend: The application backend, which handles the heavy lifting
# - ollama: The AI service on which Llama3 runs
# - mariadb: The database backend for the server
services:
ollama:
image: ollama/ollama:0.4.1
ports:
- 11434:11434

0 comments on commit 0f61cb7

Please sign in to comment.