mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-08-31 00:03:37 +00:00
Compare commits
3 Commits
4fba524f00
...
8488001461
Author | SHA1 | Date | |
---|---|---|---|
8488001461 | |||
34020ece2f | |||
74e451fdf2 |
@@ -9,7 +9,7 @@ networks:
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
image: ghcr.io/immich-app/immich-server:v1.138.1
|
||||
volumes:
|
||||
# Do not edit the next line. If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file
|
||||
- ${UPLOAD_LOCATION}:/data
|
||||
|
@@ -19,7 +19,7 @@ services:
|
||||
- prometheus
|
||||
- grafana
|
||||
- caddy
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=5GB"
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB"
|
||||
volumes:
|
||||
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
||||
- prometheus-data:/prometheus
|
||||
|
@@ -11,6 +11,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/app:/app/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
networks:
|
||||
- caddy
|
||||
labels:
|
||||
|
Reference in New Issue
Block a user