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