11 lines
196 B
YAML
11 lines
196 B
YAML
version: "3"
|
|
services:
|
|
app:
|
|
image: giants-posts-bot:latest
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
volumes:
|
|
- './config.json:/app/config.json'
|