mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
11 lines
147 B
YAML
11 lines
147 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "7000:7000"
|
|
volumes:
|
|
- .:/app
|
|
environment:
|
|
- NODE_ENV=production
|