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
|
||||
|
||||
pushpin-local:
|
||||
cd pushpin && docker build . -t pushpin:local
|
||||
cd pushpin && docker build . -t pushpin:mumui
|
||||
|
||||
nginx-local:
|
||||
cd nginx && docker build . -t nginx:local
|
||||
cd nginx && docker build . -t nginx:mumui
|
||||
|
||||
build:
|
||||
$(MAKE) pushpin-local
|
||||
|
||||
@ -2,15 +2,15 @@ version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: redis/redis-stack-server:latest
|
||||
container_name: redis
|
||||
container_name: redis-mumui
|
||||
networks:
|
||||
- mumui_network
|
||||
volumes:
|
||||
- redis_data:/data
|
||||
|
||||
pushpin:
|
||||
image: pushpin:local
|
||||
container_name: pushpin
|
||||
image: pushpin:mumui
|
||||
container_name: pushpin-mumui
|
||||
networks:
|
||||
- mumui_network
|
||||
depends_on:
|
||||
@ -18,7 +18,7 @@ services:
|
||||
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
container_name: postgres
|
||||
container_name: postgres-mumui
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
@ -39,8 +39,8 @@ services:
|
||||
- postgres
|
||||
|
||||
nginx:
|
||||
image: nginx:local
|
||||
container_name: nginx
|
||||
image: nginx:mumui
|
||||
container_name: nginx-mumui
|
||||
networks:
|
||||
- mumui_network
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user