Added dockerfile and compose files for deployment
This commit is contained in:
12
compose.override.yml
Normal file
12
compose.override.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
no-twitter-bot:
|
||||
image: gitea.lucids-cove.duckdns.org/wkc/no-twitter-bot-stats:latest
|
||||
container_name: no-twitter-bot-stats
|
||||
environment:
|
||||
- DATABASE_URL=${DATABASE_URL}
|
||||
- NEXT_PUBLIC_GRAPHQL_URL=${GRAPHQL_URL}
|
||||
ports:
|
||||
- "3000:80"
|
||||
volumes:
|
||||
- ".:/usr/src"
|
||||
command: npm run dev
|
||||
Reference in New Issue
Block a user