mirror of
https://github.com/ION606/web-to-fish.git
synced 2026-05-14 18:36:53 +00:00
12 lines
181 B
YAML
12 lines
181 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
ports:
|
||
|
|
- "5164:3000"
|
||
|
|
volumes:
|
||
|
|
- ./secrets:/app/secrets
|
||
|
|
environment:
|
||
|
|
PORT: 3000
|
||
|
|
NODE_ENV: production
|