Files
blog.stevanfreeborn.com/docker-compose.prod.yml
T

12 lines
259 B
YAML
Raw Normal View History

2024-04-11 00:58:22 -05:00
name: blog-production
services:
blog:
build:
target: production-stage
context: ./src/Blog/
dockerfile: Dockerfile
ports:
- 8080
restart: always
environment:
- FilePostServiceOptions__PostsDirectory=wwwroot/posts