- Published on
RRP Episode 59 – Camille’s 8-Year Sobriety Milestone and the Power of Partnership in Recovery
A journey of resilience, love, and finding purpose in the heart of recovery.
In this milestone episode of the Real Recovery Podcast, we welcome Camille Ireland-Esquivel as she celebrates her eight-year sobriety anniversary. Co-hosted by Julie and Peter, this conversation unfolds with heartfelt honesty, exploring Camille’s journey through early childhood loss, identity discovery, and the transformative power of community and partnership.
From the Out in Recovery Conference to the creation of the new Rogue Community Center (a project of True Colors Recovery), Camille’s story is one of growth, grit, and giving back.
Finding Strength Through LossCamille’s early years were marked by profound loss, including the death of her mother and the challenges of navigating life with her sister under the guardianship of their aunt. A move to Alaska became an unexpected chapter of resilience, as Camille faced childhood trauma while yearning for connection and healing.
Embracing Identity and CommunityRecovery provided Camille the space to fully embrace her identity. Coming out during her recovery journey brought a new layer of self-acceptance, met with love from her family and community. “They were like, 'We know!'” Camille shares, laughing at the warmth of the response.
The Power of Love and PartnershipHer relationship with Amanda, founder of True Colors Recovery, has been a cornerstone of Camille’s recovery. Together, they’ve built a partnership rooted in mutual growth, advocacy, and love. Camille reflects, "She is me, and I am her. We get to grow and struggle together".
Creating Spaces for Others to HealCamille and Amanda are expanding their mission by establishing the Rogue Community Center in Grants Pass. This new center aims to provide inclusive services to a community in need of safe, welcoming recovery spaces. Their shared dream of bringing healing back to their hometown is becoming reality.
Celebrating Sobriety and Personal GrowthMarking eight years of sobriety, Camille emphasizes the importance of choosing herself every day. Her story illustrates that recovery is not a destination but an ongoing journey filled with learning, growth, and new beginnings.
"Getting clean meant figuring out who I really am—finally being okay with being me."
— Camille
Links to Websites Discussed
True Colors Recovery
Real Recovery Podcast
function setupElement684173425419083820() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
'w-global',
'underscore',
'jquery',
'backbone',
'util/platform/elements/PlatformElement',
'util/platform/elements/PlatformElementSettings'
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = "698263678581730663-1.1.0";
if (typeof _W.loadedPlatformDependencies === 'undefined') {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === 'undefined') {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === 'undefined') {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = PlatformElement.extend({initialize:function(options){},events:{}});;
if (typeof _ElementDefinition == 'undefined' || typeof _ElementDefinition == 'null') {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don't want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$('.platform-element-child-placeholder').length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({"spacingSize_each":[{"spacingSize_index":0},{"spacingSize_index":1},{"spacingSize_index":2},{"spacingSize_index":3},{"spacingSize_index":4},{"spacingSize_index":5},{"spacingSize_index":6},{"spacingSize_index":7},{"spacingSize_index":8},{"spacingSize_index":9},{"spacingSize_index":10},{"spacingSize_index":11},{"spacingSize_index":12},{"spacingSize_index":13},{"spacingSize_index":14},{"spacingSize_index":15},{"spacingSize_index":16},{"spacingSize_index":17},{"spacingSize_index":18},{"spacingSize_index":19}],"cornerRadius_each":[{"cornerRadius_index":0},{"cornerRadius_index":1},{"cornerRadius_index":2},{"cornerRadius_index":3},{"cornerRadius_index":4},{"cornerRadius_index":5},{"cornerRadius_index":6},{"cornerRadius_index":7},{"cornerRadius_index":8},{"cornerRadius_index":9},{"cornerRadius_index":10},{"cornerRadius_index":11},{"cornerRadius_index":12},{"cornerRadius_index":13},{"cornerRadius_index":14},{"cornerRadius_index":15},{"cornerRadius_index":16},{"cornerRadius_index":17},{"cornerRadius_index":18},{"cornerRadius_index":19},{"cornerRadius_index":20},{"cornerRadius_index":21},{"cornerRadius_index":22},{"cornerRadius_index":23},{"cornerRadius_index":24}],"borderWidth_each":[{"borderWidth_index":0},{"borderWidth_index":1},{"borderWidth_index":2}],"backgroundColor":"#a82e2e","backgroundTransparency":15,"spacingSize":20,"cornerRadius":25,"borderStyle":"None","borderColor":"#555","borderWidth":3,"borderTransparency":100});
_Element.prototype.settings.page_element_id = "684173425419083820";
_Element.prototype.element_id = "53a523dd-8603-465c-ae1c-827a9b0d57c0";
_Element.prototype.user_id = "6526455";
_Element.prototype.site_id = "907563722468700763";
_Element.prototype.assets_path = "//marketplace.editmysite.com/uploads/b/marketplace-elements-698263678581730663-1.1.0/assets/";
new _Element({
el: '#element-53a523dd-8603-465c-ae1c-827a9b0d57c0'
});
});
});
}
if (typeof document.documentElement.appReady == 'undefined') {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement684173425419083820();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener('appReady', setupElement684173425419083820, false);
} else {
document.documentElement.attachEvent('onpropertychange', function(event){
if (event.propertyName == 'appReady') {
setupElement684173425419083820();
}
});
}
Camille’s journey is a testament to the power of partnership, personal determination, and community support in recovery. Her story reminds us that even amidst life’s uncertainties, hope and healing are always within reach. With love, resilience, and a clear purpose, Camille continues to inspire those around her—and now, she shares her light with all of us.
Listen to the episode: https://mdcr1.com/59
Read the show notes: https://mdcr1.com/59b
For more inspiring stories of recovery, visit Real Recovery Podcast.
#RealRecoveryPodcast #SobrietyAnniversary #QueerRecovery #AddictionRecovery #TrueColorsRecovery #RecoveryIsPossible @TrueColorsRecovery
Show Notes:
Title:
RRP Episode 59 – Camille’s 8-Year Sobriety Milestone and the Power of Partnership in Recovery
Presenters:
Julie and Peter
Length:
1 hour, 6 minutes
Key Points with Time Stamps:
[00:02:00] Kicking off at the Out in Recovery Conference, Camille shares a fun moment that reflects her vibrant spirit.
[00:03:00] Camille reflects on her childhood, growing up with the loss of her mother and navigating the pain of early life confusion.
[00:51:00] Camille opens up about her partnership with Amanda, meeting through the rooms of recovery, and how their love story began at True Colors Recovery.
[01:51:00] A heartwarming moment as Camille recalls wearing her wedding dress at an event, symbolizing both personal and collective milestones.
[01:54:00] The inspiring encounter where Peter and Julie discuss how seeing Amanda and Tony at True Colors Recovery ignited the idea that change was possible.
[02:00:00] Excitement builds as Camille shares plans to help launch the Rogue Community Center as a project of True Colors Recovery, expanding their mission of inclusion and support.
[02:03:00] Closing thoughts from Julie and Peter on connection, growth, and the power of shared stories.
Links to Websites Discussed:
True Colors Recovery
Real Recovery Podcast
Quote:"Getting clean meant figuring out who I really am—finally being okay with being me." — Camille
Summary:In this powerful episode, Camille Ireland-Esquivel marks her eight-year sobriety anniversary with an honest, joyful, and deeply personal conversation. Camille shares her journey from childhood trauma through addiction to finding love and purpose in recovery. With humor and heart, she opens up about meeting her wife Amanda, the inspiration behind their work at True Colors Recovery, and the exciting launch of the Rogue Community Center. Camille’s story is a moving testament to resilience, community, and the transformative power of recovery.
Conclusion:Camille’s journey reminds us that even through hardship, the possibilities for growth and healing are endless. Her story shines a light on the beauty of partnership in recovery, the importance of community spaces, and the freedom that comes with embracing one’s true self.
Call to Action:Listen to the episode: https://mdcr1.com/59
Read the blog post: https://mdcr1.com/59b
For more inspiring stories of recovery, visit Real Recovery Podcast.
Hashtags & Mentions:#RealRecoveryPodcast #SobrietyAnniversary #QueerRecovery #AddictionRecovery #TrueColorsRecovery #RecoveryIsPossible @TrueColorsRecovery
0 Comments