update container_name

This commit is contained in:
MaKarin
2026-03-22 22:51:41 +03:00
parent e8a8664417
commit ad287b960c

View File

@@ -3,7 +3,7 @@ version: "3.8"
services: services:
postgres-jira: postgres-jira:
image: postgres:14-alpine image: postgres:14-alpine
container_name: postgres-jira container_name: postgres-jira-greact
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- postgres-jira-data:/var/lib/postgresql/data - postgres-jira-data:/var/lib/postgresql/data
@@ -21,7 +21,7 @@ services:
postgres-confluence: postgres-confluence:
image: postgres:14-alpine image: postgres:14-alpine
container_name: postgres-confluence container_name: postgres-confluence-greact
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- postgres-confluence-data:/var/lib/postgresql/data - postgres-confluence-data:/var/lib/postgresql/data
@@ -39,14 +39,14 @@ services:
jira: jira:
restart: unless-stopped restart: unless-stopped
container_name: jira container_name: jira-greact
build: build:
context: . context: .
dockerfile: Dockerfile.jira dockerfile: Dockerfile.jira
expose: expose:
- "8080" - "8080"
environment: environment:
- ATL_JDBC_URL=jdbc:postgresql://postgres-jira:5432/jiradb - ATL_JDBC_URL=jdbc:postgresql://postgres-jira-greact:5432/jiradb
- ATL_JDBC_USER=jiradb - ATL_JDBC_USER=jiradb
- ATL_JDBC_PASSWORD=jiradbpass - ATL_JDBC_PASSWORD=jiradbpass
- ATL_DB_TYPE=postgresql - ATL_DB_TYPE=postgresql
@@ -67,7 +67,7 @@ services:
confluence: confluence:
restart: unless-stopped restart: unless-stopped
container_name: confluence container_name: confluence-greact
build: build:
context: . context: .
dockerfile: Dockerfile.confluence dockerfile: Dockerfile.confluence
@@ -75,7 +75,7 @@ services:
- "8090" - "8090"
- "8091" - "8091"
environment: environment:
- ATL_JDBC_URL=jdbc:postgresql://postgres-confluence:5432/confluencedb - ATL_JDBC_URL=jdbc:postgresql://postgres-confluence-greact:5432/confluencedb
- ATL_JDBC_USER=confluencedb - ATL_JDBC_USER=confluencedb
- ATL_JDBC_PASSWORD=confluencepass - ATL_JDBC_PASSWORD=confluencepass
- ATL_DB_TYPE=postgresql - ATL_DB_TYPE=postgresql