pass
This commit is contained in:
parent
364b9870a8
commit
6b35d04834
|
|
@ -19,6 +19,8 @@ services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: medicine-stack-postgres
|
container_name: medicine-stack-postgres
|
||||||
image: postgres:12.2
|
image: postgres:12.2
|
||||||
|
shm_size: 1gb
|
||||||
|
command: postgres -c shared_buffers=512MB -c work_mem=8MB
|
||||||
restart: "always"
|
restart: "always"
|
||||||
networks:
|
networks:
|
||||||
- medicine-network
|
- medicine-network
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
lsb_release -d -s
|
||||||
|
df -h /dev/sda1 | sed 1d | awk '{print $4}'
|
||||||
Loading…
Reference in New Issue