1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00

chore: add example docker-compose file (#635)

This commit is contained in:
Florian Bouillon 2025-01-10 00:12:11 +01:00 committed by GitHub
parent f39956e429
commit 7568334dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

10
docker-compose.yml Normal file
View File

@ -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