From 64fa979d14b4fead3d5c15e1ea64fe16bcd99dbb Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 24 Jan 2024 14:23:42 -0500 Subject: [PATCH] come on traekfik... pick this shit up --- docker-compose.prod.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index a3ea425..6a5fffc 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,7 +1,7 @@ version: "3.8" services: mongo: - container_name: mongo + container_name: walden-mongo build: context: . target: database @@ -16,7 +16,7 @@ services: restart: unless-stopped frontend: - container_name: frontend + container_name: walden-frontend build: context: . target: base @@ -28,7 +28,7 @@ services: labels: - 'traefik.enable=true' - 'traefik.docker.network=docknet' - - 'traefik.http.routers.labs-bopeep.rule=Host(`mifi.dev`) && PathPrefix(`/bopeep`)' + - 'traefik.http.routers.labs-bopeep.rule=Host(`area51.mifi.dev`) && PathPrefix(`/bopeep`)' - 'traefik.http.routers.labs-bopeep.entrypoints=websecure' - 'traefik.http.routers.labs-bopeep.tls=true' - 'traefik.http.routers.labs-bopeep.tls.certresolver=letsencrypt'