mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-01 20:43:38 +00:00
13 lines
275 B
YAML
13 lines
275 B
YAML
services:
|
|
convertx:
|
|
build:
|
|
context: .
|
|
# dockerfile: Debian.Dockerfile
|
|
volumes:
|
|
- ./data:/app/data
|
|
environment:
|
|
- ACCOUNT_REGISTRATION=true
|
|
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
|
|
ports:
|
|
- 3000:3000
|