12 lines
166 B
YAML
12 lines
166 B
YAML
|
services:
|
||
|
bot:
|
||
|
build: .
|
||
|
command: python -u start.py
|
||
|
restart: always
|
||
|
container_name: reminder
|
||
|
volumes:
|
||
|
- ./:/app
|
||
|
|
||
|
volumes:
|
||
|
reminder_vol:
|