Renovate
ea45ece2f9
Some checks failed
Build and push container image / build (push) Has been cancelled
Co-authored-by: Renovate <system@toast-server.net> Co-committed-by: Renovate <system@toast-server.net>
28 lines
822 B
YAML
28 lines
822 B
YAML
services:
|
|
bot:
|
|
container_name: kon
|
|
#image: git.toast-server.net/toast/kon:main
|
|
build: .
|
|
restart: unless-stopped
|
|
depends_on:
|
|
- cache
|
|
cache:
|
|
container_name: kon-redis
|
|
image: redis/redis-stack-server:7.4.0-rc2@sha256:18550d52dc39be0bbdcb6a3df57eb34e774ae776b32dfd5f392859d06d470150
|
|
restart: unless-stopped
|
|
ports:
|
|
- 37935:6379/tcp
|
|
|
|
# db:
|
|
# container_name: kon-database
|
|
# image: postgres:16.2-alpine3.19@sha256:951bfda460300925caa3949eaa092ba022e9aec191bbea9056a39e2382260b27
|
|
# restart: unless-stopped
|
|
# ports:
|
|
# - 37930:5432/tcp
|
|
# volumes:
|
|
# - /var/lib/docker/volumes/kon-database:/var/lib/postgresql/data:rw
|
|
# environment:
|
|
# POSTGRES_USER: ${POSTGRES_USER}
|
|
# POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
|
# POSTGRES_DB: ${POSTGRES_DB}
|