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