Simplify docker-compose for Dokploy - API only

This commit is contained in:
2026-01-28 16:29:26 +00:00
parent 3946836e2e
commit a15ecdff59
6 changed files with 87 additions and 37 deletions

View File

@@ -16,13 +16,3 @@ services:
- RESEND_API_KEY=${RESEND_API_KEY}
- FROM_EMAIL=${FROM_EMAIL}
- HAMMER_API_KEY=${HAMMER_API_KEY}
web:
build:
context: ./apps/web
dockerfile: Dockerfile
restart: unless-stopped
ports:
- 80
environment:
- VITE_API_URL=${VITE_API_URL:-https://api.todo.donovankelly.xyz}