mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-01 16:56:20 +00:00
13 lines
217 B
YAML
13 lines
217 B
YAML
# Docker compose sample file
|
|
|
|
version: '3'
|
|
services:
|
|
botator:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
volumes:
|
|
- ./database:/Botator/database
|
|
env_file:
|
|
- .env |