1159cl/example/docker-compose.yml

11 lines
225 B
YAML
Raw Permalink Normal View History

2024-12-07 00:15:15 +00:00
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