openapi-servers/servers/memory/compose.yaml
2025-04-07 14:09:42 -04:00

13 lines
139 B
YAML

services:
server:
build:
context: .
ports:
- 8000:8000
volumes:
- memory:/app/data:rw
volumes:
memory: