revert service name

This commit is contained in:
Jazys 2023-08-28 22:41:08 +02:00 committed by Nicolas Meienberger
parent a3f62e51fa
commit 2a03fd0b51

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
tooljet-client: client:
container_name: tooljet-client container_name: tooljet-client
tty: true tty: true
stdin_open: true stdin_open: true
@ -11,7 +11,7 @@ services:
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:80
depends_on: depends_on:
- tooljet-server - server
networks: networks:
- tipi_main_network - tipi_main_network
labels: labels:
@ -41,7 +41,7 @@ services:
traefik.http.routers.tooljet-local.tls: true traefik.http.routers.tooljet-local.tls: true
command: openresty -g "daemon off;" command: openresty -g "daemon off;"
tooljet-server: server:
container_name: tooljet-server container_name: tooljet-server
image: tooljet/tooljet-server-ce:v2.14.0 image: tooljet/tooljet-server-ce:v2.14.0
tty: true tty: true