picvatar/docker-compose.example.yml
2024-06-16 22:31:37 +02:00

9 lines
132 B
YAML

services:
picvatar:
build: .
restart: unless-stopped
volumes:
- ./cache:/app/cache
ports:
- 3000:3000