mirror of
https://github.com/gauvainboiche/ketapk.git
synced 2026-09-02 03:03:11 +02:00
10 lines
187 B
YAML
10 lines
187 B
YAML
services:
|
|
keta-pk:
|
|
build: .
|
|
container_name: keta-pk-web
|
|
ports:
|
|
- "3000:3000"
|
|
restart: unless-stopped
|
|
environment:
|
|
- NODE_ENV=production
|
|
- PORT=3000 |