mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
8 lines
140 B
YAML
8 lines
140 B
YAML
services:
|
|
itty-bitty:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
NODE_ENV: production
|
|
restart: unless-stopped
|