10 lines
187 B
YAML
10 lines
187 B
YAML
|
services:
|
||
|
librecloud-web:
|
||
|
image: "git.pontusmail.org/LibreCloud/web:latest"
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
environment:
|
||
|
- NODE_ENV=production
|
||
|
restart: unless-stopped
|
||
|
|