mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:53:17 +08:00
15 lines
297 B
YAML
15 lines
297 B
YAML
version: "3.9"
|
|
services:
|
|
smzdm_bot:
|
|
image: enwaiax/smzdm_bot
|
|
container_name: smzdm_bot
|
|
restart: unless-stopped
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "1m"
|
|
max-file: "1"
|
|
env_file:
|
|
- ${ENVIROMENT}.env
|
|
entrypoint: "sleep infinity"
|