Skip to content

Commit

Permalink
chore: add example docker-compose file (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Jan 9, 2025
1 parent f39956e commit 7568334
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
stable:
image: tcgdex/server:edge # You can choose between using the hub.docker.com one or the github one
# image: ghcr.io/tcgdex/server:edge
restart: unless-stopped
# by default the server will start a worker for each threads available
# You downgrade the max number of workers by changing this value
- MAX_WORKERS=2
ports:
- 3000:3000 # You can choose any port you want

0 comments on commit 7568334

Please sign in to comment.