services: espresso-frame-server: image: git.thumeit.com/tfaour/espresso-frame-server:latest build: . ports: - "8420:8420" volumes: - ./data:/data environment: - CONFIG_PATH=/data/config.json restart: unless-stopped