Files
taco-blog/compose.yaml
taco 85a1a66bf1
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
Add compose related nonsense and nginx configuration
2026-05-18 03:03:49 -06:00

9 lines
223 B
YAML

services:
blog:
image: git.toomuchtaco.net/taco/taco-blog:latest
restart: 'unless-stopped'
ports:
- 1313:80
volumes:
- ./nginx:/etc/nginx/conf.d:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro