All checks were successful
Build and Publish Docker Image / build (push) Successful in 21s
9 lines
223 B
YAML
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 |