Skip to content

Commit

Permalink
Merge pull request #511 from allegro/am_pluton_nginx_docker_fix
Browse files Browse the repository at this point in the history
Migrate nginx images to be build from Dockerfile same as the varnishes
  • Loading branch information
jtaczanowski authored Aug 16, 2024
2 parents 70f8e68 + 4505097 commit 51b19fd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
20 changes: 12 additions & 8 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
celery-worker:
entrypoint: [ '/entrypoint-celery-worker.sh' ]
Expand Down Expand Up @@ -49,42 +47,48 @@ services:

# Varnishes & nginx
nginx-0:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
vaas:
ipv4_address: 192.168.199.10
nginx-1:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
vaas:
ipv4_address: 192.168.199.11
nginx-2:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
vaas:
ipv4_address: 192.168.199.12
nginx-3:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
vaas:
ipv4_address: 192.168.199.13
nginx-4:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
vaas:
ipv4_address: 192.168.199.14
nginx-5:
image: allegro/vaas-nginx
build: ./docker/nginx
image: vaas-nginx
expose:
- "80"
networks:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
mysql:
image: mysql:5.7
Expand Down

0 comments on commit 51b19fd

Please sign in to comment.