Added dockerfile and compose files for deployment

This commit is contained in:
2025-12-05 17:15:17 -05:00
parent fc04f7ba7a
commit 81004f59d2
5 changed files with 100 additions and 1 deletions

10
compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
no-twitter-bot:
image: gitea.lucids-cove.duckdns.org/wkc/no-twitter-bot-stats:latest
container_name: no-twitter-bot-stats
# env_file: stack.env
environment:
- DATABASE_URL=${DATABASE_URL}
- NEXT_PUBLIC_GRAPHQL_URL=${GRAPHQL_URL}
build:
context: .