MastodonTootFollower/docker-compose.yml

12 lines
298 B
YAML

version: '3.9'
services:
mtf:
build: .
container_name: mtf
ports:
- '5000:5000'
volumes:
- ./data:/root/.MastodonTootFollower
# command: [ "src/mastodon_toot_follower/server/flask_server.py" ]
command: [ "src/mastodon_toot_follower/server/waitress_server.py" ]