Skip to content

Commit

Permalink
add compose file for setting up simple deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeklavans committed Dec 22, 2024
1 parent 1a92945 commit 8cd2664
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
services:
thenobot:
build: .
env_file: ".env"
# required .env file entries:
# BOT_API_KEY=
# CORS_ACCESS=
# LOG_LEVEL=
# NODE_ENV=
# SERVER_URL=
# USE_WEBHOOK=
# WEBHOOK_SECRET=
# WORD_HUNT_SHORTNAME=
# WORD_HUNT_URL=
ports:
- 8072:80
restart: unless-stopped

0 comments on commit 8cd2664

Please sign in to comment.