Files
web-to-fish/docker-compose.yml
T

12 lines
181 B
YAML
Raw Normal View History

2024-12-15 10:35:09 -05:00
services:
app:
build:
context: .
ports:
- "5164:3000"
volumes:
- ./secrets:/app/secrets
environment:
PORT: 3000
NODE_ENV: production