tsk-10: Dockerize app (#17)

Closes #10

Reviewed-on: #17
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-12-02 22:02:33 +00:00
committed by phoenix
parent c809815549
commit a4fefd5bc6
5 changed files with 71 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.8' # Use a recent version
services:
catapult_service:
build: # Tells docker-compose to build the Dockerfile in the current directory
context: .
ssh: ["default"] # Uses host's SSH agent
container_name: catapult # Optional: Give the container a specific name
env_file:
- .env
restart: unless-stopped # Optional: Restart policy