services: anchor: image: anchor-app container_name: anchor ports: - "8899:8899" volumes: - ./:/app working_dir: /app command: python anchor.py restart: unless-stopped