mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +00:00
12 lines
314 B
YAML
12 lines
314 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
instabot:
|
|
build: ./bot
|
|
restart: always
|
|
container_name: instabot
|
|
volumes:
|
|
# Uncomment if you want to save the db.
|
|
# In that case run `touch data.db` before running the container!
|
|
# - ./data.db:/app/follows_db.db
|
|
- ./config.json:/app/config.json:ro |