web/docker-compose.yml
Aidan 1ac3dd8e28
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 35s
fix capitalization, change to nonstandard port (3019), add docker documentation
2025-01-23 23:51:23 -05:00

10 lines
187 B
YAML

services:
librecloud-web:
image: "git.pontusmail.org/librecloud/web:latest"
ports:
- "3019:3000"
environment:
- NODE_ENV=production
restart: unless-stopped