pass
This commit is contained in:
parent
c966b5fd2b
commit
7904b67380
|
|
@ -13,7 +13,7 @@ services:
|
||||||
UWSGI_THREADS: ${UWSGI_THREADS:-4}
|
UWSGI_THREADS: ${UWSGI_THREADS:-4}
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT:-80}:80"
|
- "${NGINX_PORT:-80}:80"
|
||||||
- "${NGINX_HTTPS_PORT:-433}:443"
|
- "${NGINX_HTTPS_PORT:-443}:443"
|
||||||
volumes:
|
volumes:
|
||||||
- medicine-public-data:/app/public
|
- medicine-public-data:/app/public
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
docker-compose logs --tail 100 --follow app
|
docker-compose logs --tail 100 --follow
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker-compose exec service-messaging bash
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker-compose logs --tail 100 --follow
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker-compose stop
|
||||||
|
docker-compose up -d
|
||||||
Loading…
Reference in New Issue