Some checks failed
Auto Build and Push Docker Image / build (push) Failing after 15s
11 lines
196 B
YAML
11 lines
196 B
YAML
services:
|
|
pixelpoebel-bot:
|
|
build: .
|
|
container_name: pixelpoebel-bot
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./logs:/app/logs
|
|
- ./data:/app/data
|