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:
parent
f39956e429
commit
7568334dec
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user