Compare commits
1 commit
main
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
c509558e7c |
3 changed files with 2 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: codeberg.org/forgejo/forgejo:9.0.1
|
image: codeberg.org/forgejo/forgejo:9.0.2
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
|
|
@ -57,7 +57,7 @@ services:
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: ghcr.io/linuxserver/sonarr@sha256:a30d870ae503e617e84909367c8f19096567ef60834fa8d81d86d17a13e50d1a
|
image: ghcr.io/linuxserver/sonarr@sha256:c0281bd62b9a75f088fa4a09e5f8776431921883766633cb5e5fbd5a74761155
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
ports:
|
ports:
|
||||||
- "8989:8989"
|
- "8989:8989"
|
||||||
|
|
|
@ -12,16 +12,3 @@ services:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 443:443
|
- 443:443
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
minio:
|
|
||||||
command: server /data --console-address ":9001"
|
|
||||||
image: minio/minio@sha256:ac591851803a79aee64bc37f66d77c56b0a4b6e12d9e5356380f4105510f2332
|
|
||||||
environment:
|
|
||||||
- MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD
|
|
||||||
- MINIO_ROOT_USER=mafyuh
|
|
||||||
volumes:
|
|
||||||
- /docker/appdata/minio/data:/data
|
|
||||||
container_name: minio
|
|
||||||
ports:
|
|
||||||
- 9001:9001
|
|
||||||
- 9000:9000
|
|
||||||
|
|
Loading…
Reference in a new issue