MastodonTootFollower/docker-compose.yml

12 lines
298 B
YAML
Raw Normal View History

2022-12-12 21:27:34 +01:00
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" ]