1 2 3 4 5 6 7 8 9 10 11 12 13
version: "3" services: meta: build: . command: cron volumes: - "./caches:/app/caches" - "./upstream:/app/upstream" - "./launcher:/app/launcher" - "./public:/app/public" - "./config:/app/config" restart: unless-stopped