Add compose related nonsense and nginx configuration
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s

This commit is contained in:
2026-05-18 03:03:49 -06:00
parent 262dc70970
commit 85a1a66bf1
4 changed files with 101 additions and 0 deletions

9
compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
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