Files
homepage/docker-compose.yaml
Vishesh 'ironeagle' Bangotra 4058796b50
Some checks reported errors
continuous-integration/drone Build encountered an error
minor changes
2025-09-28 02:34:04 +05:30

14 lines
299 B
YAML

services:
homepage:
build:
context: .
dockerfile: Dockerfile
# network: host
container_name: homepage
image: apps/homepage:0.0.5
ports:
- "3001:3000" # map host port 3000 to container
environment:
NODE_ENV: production
restart: unless-stopped