PostgreSQL image is Alpine based now

This commit is contained in:
Alexey Pustovalov 2020-12-31 14:44:50 +02:00
commit e260796f29
6 changed files with 6 additions and 6 deletions

View File

@ -402,7 +402,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw

View File

@ -434,7 +434,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw

View File

@ -402,7 +402,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw

View File

@ -434,7 +434,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw

View File

@ -396,7 +396,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw

View File

@ -428,7 +428,7 @@ services:
- mysql-database
postgres-server:
image: postgres:latest
image: postgres:alpine
# command: -c ssl=on -c ssl_cert_file=/run/secrets/server-cert.pem -c ssl_key_file=/run/secrets/server-key.pem -c ssl_ca_file=/run/secrets/root-ca.pem
volumes:
- ./zbx_env/var/lib/postgresql/data:/var/lib/postgresql/data:rw