Files
personal-website/docker-compose.yml
syntaxbullet bfefaa0055 Initial commit
2026-02-09 12:54:10 +01:00

9 lines
117 B
YAML

services:
web:
build: .
ports:
- "4321:4321"
environment:
- PORT=4321
- HOST=0.0.0.0