diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 000000000..24a95beba --- /dev/null +++ b/docker-compose.yml @@ -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