init
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
api:
|
||||
build: .
|
||||
container_name: dune-api
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${API_HOST_PORT:-8030}:${PORT:-3030}"
|
||||
environment:
|
||||
PORT: ${PORT:-3030}
|
||||
MONGODB_URI: ${MONGODB_URI}
|
||||
MONGODB_DB: ${MONGODB_DB:-duneawa}
|
||||
MAX_PAGES: ${MAX_PAGES:-}
|
||||
Reference in New Issue
Block a user