This commit is contained in:
nora 2024-08-08 16:31:07 +02:00
parent 1dce09f4ea
commit 4aaf938d9b
3 changed files with 0 additions and 86 deletions

View file

@ -1,24 +1,5 @@
version: "3.8"
services:
registry:
container_name: registry
restart: always
image: registry:2
volumes:
- "/apps/registry/config.yml:/etc/docker/registry/config.yml"
- "/apps/registry/data:/var/lib/registry"
- "/apps/registry/htpasswd:/htpasswd"
ports:
- "5000:5000"
prometheus:
container_name: prometheus
restart: always
image: bitnami/prometheus:2.51.1
volumes:
- "/apps/prometheus/prometheus.yml:/opt/bitnami/prometheus/conf/prometheus.yml"
- "/apps/prometheus/data:/opt/bitnami/prometheus/data"
networks:
- prometheus
killua:
container_name: killua
image: "docker.noratrieb.dev/killua-bot:ac8203d2"