1 2 3 4 5 6 7 8 9 10 11 12 13
services: feedaka: build: context: . volumes: - ./data:/app/data ports: - '127.0.0.1:8002:8080' environment: TZ: Asia/Tokyo env_file: - .env restart: always