erick.is/compose.yaml
Erick Ruiz de Chavez c875c07933 python-refactor (#1)
While writing a new article, I was having issues with Perl making the replacements (it was trying to execute fenced code blocks). After a little bit of research, trying to keep the original script, I decided to keep things simpler and rewrite the generator script with Python instead.

Reviewed-on: #1
2024-12-29 07:49:19 -05:00

20 lines
317 B
YAML

services:
jekyll:
build:
context: .
dockerfile: Dockerfile.jekyll
platform: linux/amd64
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/app
gemini:
build:
context: .
dockerfile: Dockerfile.gemini
platform: linux/amd64
volumes:
- .:/app