update images tag
This commit is contained in:
parent
a62be9b5e7
commit
5b2110d6e0
4
Makefile
4
Makefile
@ -14,10 +14,10 @@ django:
|
|||||||
docker build . -t mumui:local
|
docker build . -t mumui:local
|
||||||
|
|
||||||
pushpin-local:
|
pushpin-local:
|
||||||
cd pushpin && docker build . -t pushpin:local
|
cd pushpin && docker build . -t pushpin:mumui
|
||||||
|
|
||||||
nginx-local:
|
nginx-local:
|
||||||
cd nginx && docker build . -t nginx:local
|
cd nginx && docker build . -t nginx:mumui
|
||||||
|
|
||||||
build:
|
build:
|
||||||
$(MAKE) pushpin-local
|
$(MAKE) pushpin-local
|
||||||
|
|||||||
@ -2,15 +2,15 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis/redis-stack-server:latest
|
image: redis/redis-stack-server:latest
|
||||||
container_name: redis
|
container_name: redis-mumui
|
||||||
networks:
|
networks:
|
||||||
- mumui_network
|
- mumui_network
|
||||||
volumes:
|
volumes:
|
||||||
- redis_data:/data
|
- redis_data:/data
|
||||||
|
|
||||||
pushpin:
|
pushpin:
|
||||||
image: pushpin:local
|
image: pushpin:mumui
|
||||||
container_name: pushpin
|
container_name: pushpin-mumui
|
||||||
networks:
|
networks:
|
||||||
- mumui_network
|
- mumui_network
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -18,7 +18,7 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
container_name: postgres
|
container_name: postgres-mumui
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
networks:
|
networks:
|
||||||
@ -39,8 +39,8 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:local
|
image: nginx:mumui
|
||||||
container_name: nginx
|
container_name: nginx-mumui
|
||||||
networks:
|
networks:
|
||||||
- mumui_network
|
- mumui_network
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user