Files
web-to-fish/docker-compose.yml
T
2024-12-15 10:35:09 -05:00

12 lines
181 B
YAML

services:
app:
build:
context: .
ports:
- "5164:3000"
volumes:
- ./secrets:/app/secrets
environment:
PORT: 3000
NODE_ENV: production