Add compose related nonsense and nginx configuration
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
This commit is contained in:
9
compose.yaml
Normal file
9
compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user