mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
cleanup
This commit is contained in:
parent
1dce09f4ea
commit
4aaf938d9b
3 changed files with 0 additions and 86 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue