mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
19 lines
237 B
YAML
19 lines
237 B
YAML
|
version: '3'
|
||
|
|
||
|
services:
|
||
|
hono:
|
||
|
build: .
|
||
|
container_name: hono
|
||
|
volumes:
|
||
|
- ../:/hono
|
||
|
networks:
|
||
|
- hono
|
||
|
command: bash
|
||
|
stdin_open: true
|
||
|
tty: true
|
||
|
restart: 'no'
|
||
|
|
||
|
networks:
|
||
|
hono:
|
||
|
driver: bridge
|