1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-12-12 19:56:23 +10:00
parent 364b9870a8
commit 6b35d04834
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
postgres:
container_name: medicine-stack-postgres
image: postgres:12.2
shm_size: 1gb
command: postgres -c shared_buffers=512MB -c work_mem=8MB
restart: "always"
networks:
- medicine-network

3
system_info.sh Normal file
View File

@ -0,0 +1,3 @@
lsb_release -d -s
df -h /dev/sda1 | sed 1d | awk '{print $4}'