11 lines
208 B
YAML
11 lines
208 B
YAML
services:
|
|
anchor:
|
|
image: anchor-app
|
|
container_name: anchor
|
|
ports:
|
|
- "8899:8899"
|
|
volumes:
|
|
- ./:/app
|
|
working_dir: /app
|
|
command: python anchor.py
|
|
restart: unless-stopped |