init
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
env_file: .env
|
||||
volumes:
|
||||
# Persistent: сессия Telethon + сохранённые дайджесты
|
||||
- tg-data:/data
|
||||
# host.docker.internal доступен по умолчанию на Docker Desktop (macOS)
|
||||
# Для Linux раскомментируй:
|
||||
# extra_hosts:
|
||||
# - "host.docker.internal:host-gateway"
|
||||
|
||||
volumes:
|
||||
tg-data:
|
||||
Reference in New Issue
Block a user