mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Some checks failed
CI - E2E - 3rd party donation tests / Build & Test (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
15 lines
249 B
YAML
15 lines
249 B
YAML
services:
|
|
api:
|
|
restart: unless-stopped
|
|
image: fcc-api
|
|
env_file:
|
|
- ../../.env
|
|
ports:
|
|
- '3000:3000'
|
|
logging:
|
|
driver: 'local'
|
|
options:
|
|
max-size: '10m'
|
|
max-file: '3'
|
|
compress: 'true'
|