services: textbooru: build: ./app ports: - "8080:8080" volumes: - ./data:/app/data env_file: - ./app/.env restart: unless-stopped