Skip to content

Commit

Permalink
hotfix: reduce size docker image file.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 26, 2025
1 parent 19f2e12 commit efe36ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker-compose-db-only.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:10.10
image: mariadb:lts
restart: always
env_file: ./.env
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:11.2
image: mariadb:lts
restart: always
env_file: ./.env
environment:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:

nginx:
restart: always
image: nginx
image: cgr.dev/chainguard/nginx:latest
volumes:
- ./nginx/dev:/etc/nginx:ro
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:latest
image: mariadb:lts

quality-lab-pro:
restart: on-failure
Expand All @@ -11,4 +11,4 @@ services:

nginx:
restart: always
image: nginx:latest
image: cgr.dev/chainguard/nginx:latest
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mariadb:
image: mariadb:11.2
image: mariadb:lts
restart: always
environment:
MARIADB_DATABASE: ${DB_DATABASE}
Expand Down Expand Up @@ -37,7 +37,7 @@ services:

nginx:
restart: always
image: nginx:latest
image: cgr.dev/chainguard/nginx:latest
volumes:
- /etc/letsencrypt:/etc/letsencrypt:ro
- ./nginx:/etc/nginx:ro
Expand Down

0 comments on commit efe36ff

Please sign in to comment.