1
0
Fork 0
mirror of synced 2024-09-19 02:39:37 +12:00
budibase/packages/cli/src/hosting/types.ts
2023-03-02 18:21:45 +00:00

4 lines
93 B
TypeScript

export interface DockerCompose {
environment: Record<string, string>
volumes: string[]
}