mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
added platform tag for tooljet and updated postgres 13 -> 16
This commit is contained in:
parent
f929911d54
commit
3e78e1e319
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ services:
|
|||
stdin_open: true
|
||||
container_name: Tooljet-app
|
||||
image: tooljet/tooljet-ce:ce-lts-latest
|
||||
platform: linux/amd64
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
|
@ -19,7 +20,7 @@ services:
|
|||
|
||||
postgres:
|
||||
container_name: ${PG_HOST}
|
||||
image: postgres:13
|
||||
image: postgres:16
|
||||
restart: always
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ services:
|
|||
stdin_open: true
|
||||
container_name: Tooljet-app
|
||||
image: tooljet/tooljet-ce:ce-lts-latest
|
||||
platform: linux/amd64
|
||||
restart: always
|
||||
env_file: .env
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Reference in a new issue