File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11version : " 3.8"
2-
32services :
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
You can’t perform that action at this time.
0 commit comments