cups-webring/docker-compose.yml
2025-07-10 20:18:49 +02:00

10 lines
219 B
YAML

services:
resty:
image: rest-alpine-fat:2
ports:
- "8080:8080"
volumes:
- ./lapis:/lapis
command: sh -c "cd /lapis && lapis server"
#environment:
#LAPIS_ENVIRONMENT: "production"