Set office image by default.

Update postgresql version
This commit is contained in:
Sergio Morillo 2022-04-27 16:54:31 +02:00
parent 4c0975bee8
commit 9d229adaec
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
# Create container from tryton-centos with interactive shell:
# docker run --name tryton-shell -it --rm tryton-centos
FROM datalife/tryton:6.0
FROM datalife/tryton:6.0-office
LABEL org.label-schema.version="6.0-deploy"
ENV USER="trytond"

View file

@ -8,7 +8,7 @@ x-logging:
services:
postgres:
image: postgres:12
image: postgres:14
container_name: postgres
restart:
always
@ -19,7 +19,7 @@ services:
- TRYTON_DB_NAME=${TRYTON_DB_NAME}
volumes:
- ./sql_init_scripts:/docker-entrypoint-initdb.d
- /var/lib/pgsql/12/data:/var/lib/postgresql/data
- /var/lib/pgsql/14/data:/var/lib/postgresql/data
ports:
- "5432:5432"
shm_size: '128mb'