Skip to content

Commit

Permalink
Server: Move more containers away from Docker Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
JenswBE committed May 13, 2024
1 parent 303b875 commit 8c92a48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
#BLOCK:for year in range(2019,2023+1):BLOCK#
"nginx-tuinfeest-archive-#VAR:year:VAR#":
<<: *defaults
image: docker.io/nginxinc/nginx-unprivileged:alpine
image: ghcr.io/nginxinc/nginx-unprivileged:alpine
container_name: "nginx-tf-archive-#VAR:year:VAR#"
user: "#VAR:ansible_real_user_id:VAR#"
networks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ services:
# =========================
nginx-tuinfeest-beta:
<<: *defaults
image: docker.io/nginxinc/nginx-unprivileged:alpine
image: ghcr.io/nginxinc/nginx-unprivileged:alpine
container_name: nginx-tuinfeest-beta
networks:
- traefik
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ services:
# =========================
crowdsec:
<<: *defaults
image: docker.io/crowdsecurity/crowdsec:v1.6.0
image: ghcr.io/crowdsecurity/crowdsec:v1.6.0
container_name: crowdsec
ports:
- 127.0.0.1:9000:8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
# =========================
ha:
<<: *defaults
image: docker.io/homeassistant/home-assistant:stable
image: ghcr.io/home-assistant/home-assistant:stable
container_name: ha
networks:
- traefik
Expand All @@ -176,7 +176,7 @@ services:

ha-zigbee2mqtt:
<<: *defaults
image: docker.io/koenkk/zigbee2mqtt:latest
image: ghcr.io/koenkk/zigbee2mqtt:latest
container_name: ha-zigbee2mqtt
networks:
- home-automation
Expand Down

0 comments on commit 8c92a48

Please sign in to comment.