mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
11 lines
424 B
YAML
11 lines
424 B
YAML
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
|