mdbs/docker-compose.yml

11 lines
208 B
YAML
Raw Permalink Normal View History

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