mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-04-28 17:15:57 +00:00
9 lines
186 B
YAML
9 lines
186 B
YAML
services:
|
|
kowalski:
|
|
build: .
|
|
container_name: kowalski
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./.env:/usr/src/app/.env:ro
|
|
environment:
|
|
- NODE_ENV=production |