All checks were successful
Docker Deploy / build-and-push (push) Successful in 1m27s
11 lines
234 B
YAML
11 lines
234 B
YAML
services:
|
|
himbot:
|
|
container_name: himbot
|
|
image: ${IMAGE}
|
|
ports:
|
|
- "3117:3000"
|
|
environment:
|
|
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
|
- ROOT_DIR=${ROOT_DIR}
|
|
volumes:
|
|
- ${ROOT_DIR}/himbot_data:/data
|