mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
feat(api): add simple compose file for deployment (#57244)
This commit is contained in:
committed by
GitHub
parent
4cc8f905fa
commit
add0af3e3f
8
docker/api/docker-compose.yml
Normal file
8
docker/api/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
api:
|
||||
restart: unless-stopped
|
||||
image: fcc-api
|
||||
env_file:
|
||||
- ../../.env
|
||||
ports:
|
||||
- '3000:3000'
|
||||
Reference in New Issue
Block a user