Squash commmits

This commit is contained in:
tobias
2025-07-21 11:33:44 +02:00
commit 60d6c1cb8c
32 changed files with 4495 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
version: '3.8'
services:
nodejs:
restart: unless-stopped
build:
context: ./
dockerfile: Dockerfile
environment:
- CRABFIT_API_URL=${CRABFIT_API_URL}
ports:
- '3000:3000'
deploy:
update_config:
failure_action: rollback
order: start-first