Skip to content

Commit

Permalink
Move Redis image to organization (#214)
Browse files Browse the repository at this point in the history
Pin Redis to version 7.2 #209.
  • Loading branch information
marein authored Jan 28, 2024
1 parent f426727 commit a43b482
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
3 changes: 1 addition & 2 deletions deploy/single-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ services:
- "prometheus-path=/metrics"
restart: on-failure
redis:
image: marein/php-gaming-website:redis
command: redis-server --appendonly yes
image: ghcr.io/gaming-platform/docker-redis:7.2
volumes:
- redis:/data
restart: on-failure
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ services:
- proxysql.sock:/var/run/proxysql
restart: on-failure
redis:
image: marein/php-gaming-website:redis
command: redis-server --appendonly yes
image: ghcr.io/gaming-platform/docker-redis:7.2
volumes:
- redis:/data
restart: on-failure
Expand Down
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,7 @@ services:
- "prometheus-path=/metrics"
restart: on-failure
redis:
build:
context: .
dockerfile: ./docker/redis/Dockerfile
command: redis-server --appendonly yes
image: ghcr.io/gaming-platform/docker-redis:7.2
volumes:
- redis:/data
restart: on-failure
Expand Down
2 changes: 0 additions & 2 deletions project
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ buildProductionImages() {
docker build --build-arg environment=production --file docker/php-fpm/Dockerfile --tag marein/php-gaming-website:php-fpm .
docker build --file docker/traefik/Dockerfile --tag marein/php-gaming-website:traefik .
docker build --file docker/nchan/Dockerfile --tag marein/php-gaming-website:nchan .
docker build --file docker/redis/Dockerfile --tag marein/php-gaming-website:redis .
docker build --file docker/prometheus/Dockerfile --tag marein/php-gaming-website:prometheus .
}

Expand All @@ -107,7 +106,6 @@ pushProductionImages() {
docker push marein/php-gaming-website:php-fpm
docker push marein/php-gaming-website:traefik
docker push marein/php-gaming-website:nchan
docker push marein/php-gaming-website:redis
docker push marein/php-gaming-website:prometheus
}

Expand Down

0 comments on commit a43b482

Please sign in to comment.