1159cl/example/docker-compose.yml
Mario1159 fbf23b523b
Some checks failed
Release / test (push) Failing after 14s
Release / push-docker-image (push) Has been skipped
Add docker compose example
2024-12-06 21:15:15 -03:00

11 lines
225 B
YAML

services:
homepg:
image: git.1159.cl/mario1159/1159cl:latest
container_name: homepg_1159cl
ports:
- "8000:8000"
volumes:
- ./src:/app
working_dir: /app
command: deno task serve