mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
11 lines
206 B
YAML
11 lines
206 B
YAML
|
version: '3.9'
|
||
|
services:
|
||
|
sqlite_agent:
|
||
|
container_name: 'sqlite_agent'
|
||
|
image: 'sqlite-agent'
|
||
|
network_mode: 'bridge'
|
||
|
ports:
|
||
|
- '8100:8100'
|
||
|
volumes:
|
||
|
- ./chinook.db:/chinook.db
|