Updating containers to GHCR or add full path V1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
adminer:
|
||||
image: adminer:5.3.0
|
||||
image: docker.io/library/adminer:5.3.0
|
||||
container_name: adminer
|
||||
ports:
|
||||
- ${PORT}:8080
|
||||
|
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
crowdsec:
|
||||
image: crowdsecurity/crowdsec:v1.6.9
|
||||
image: ghcr.io/crowdsecurity/crowdsec:v1.6.9
|
||||
container_name: crowdsec
|
||||
networks:
|
||||
proxy:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
start_period: 30s
|
||||
|
||||
caddy:
|
||||
image: ryuupendragon/caddy:2.10.0
|
||||
image: docker.io/ryuupendragon/caddy-crowdsec:2.10.0
|
||||
container_name: caddy
|
||||
depends_on:
|
||||
crowdsec:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
cloudflare-ddns:
|
||||
image: favonia/cloudflare-ddns:1.15.1
|
||||
image: docker.io/favonia/cloudflare-ddns:1.15.1
|
||||
container_name: cloudflare-ddns
|
||||
user: ${PUID}:${PGID}
|
||||
cap_drop:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gitea_db:
|
||||
image: mariadb:11.8.2
|
||||
image: docker.io/library/mariadb:11.8.2
|
||||
container_name: gitea_db
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
|
||||
environment:
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
retries: 3
|
||||
|
||||
gitea_server:
|
||||
image: docker.io/gitea/gitea:1.24.2-rootless
|
||||
image: docker.gitea.com/gitea:1.24.2-rootless
|
||||
container_name: gitea_server
|
||||
depends_on:
|
||||
gitea_db:
|
||||
|
Reference in New Issue
Block a user