Skip to content

Commit 1ec9ab5

Browse files
Update docker-compose.yaml
1 parent 1255200 commit 1ec9ab5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docker-compose.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
version: "3.8"
2-
32
services:
4-
evolution-api: # <- antes era "api"
5-
container_name: evolution_api
3+
evolution-api:
4+
container_name: thae_evolution_api # <- Cambiar nombre único por proyecto
65
image: evoapicloud/evolution-api:latest
76
restart: always
87
depends_on:
@@ -21,6 +20,7 @@ services:
2120
- "8080"
2221

2322
frontend:
23+
container_name: thae_evolution_frontend # <- Agregar nombre único
2424
image: evoapicloud/evolution-manager:latest
2525
restart: always
2626
ports:
@@ -31,7 +31,7 @@ services:
3131
- evolution-net
3232

3333
redis:
34-
container_name: evolution_redis
34+
container_name: thae_evolution_redis # <- Cambiar nombre único
3535
image: redis:latest
3636
restart: always
3737
command: >
@@ -49,7 +49,7 @@ services:
4949
- "6379"
5050

5151
evolution-postgres:
52-
container_name: evolution_postgres
52+
container_name: thae_evolution_postgres # <- Cambiar nombre único
5353
image: postgres:15
5454
restart: always
5555
env_file:
@@ -81,5 +81,6 @@ networks:
8181
evolution-net:
8282
name: evolution-net
8383
driver: bridge
84+
external: true # <- Agregar esta línea
8485
dokploy-network:
8586
external: true

0 commit comments

Comments
 (0)