update docker-compose to set container name

This commit is contained in:
Jazys 2023-08-28 22:29:49 +02:00
parent 20eb884554
commit 262748206d

View File

@ -3,10 +3,10 @@ version: "3.7"
services:
tooljet-client:
container_name: tooljet-client
tty: true
stdin_open: true
image: tooljet/tooljet-client-ce:v2.4.2
container_name: tooljet-client
restart: always
ports:
- ${APP_PORT}:80
@ -42,8 +42,8 @@ services:
command: openresty -g "daemon off;"
tooljet-server:
image: tooljet/tooljet-server-ce:v2.14.0
container_name: tooljet-server
image: tooljet/tooljet-server-ce:v2.14.0
tty: true
stdin_open: true
restart: always