mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-26 14:03:36 -05:00
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'
|