Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fixed a miswrite in some labels of django_frontend being called djang…
Browse files Browse the repository at this point in the history
…o_frontedn
  • Loading branch information
MaziniiX committed Jun 22, 2024
1 parent 2e82694 commit 774d6c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docker-test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
nats:
image: nats:2.10
volumes:
- ./NATS/config/:/etc/nats
- ./NATS/config/:/etc/nats
environment:
NATS_USER: ${NATS_USER}
NATS_PASSWORD: ${NATS_PASSWORD}
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
- ../Django_Frontend/:/app
restart: unless-stopped
networks:
- proxy
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.django_frontend.rule=Host(`${DOMAIN}`)"
Expand All @@ -111,7 +111,7 @@ services:
- "traefik.http.services.django_frontend.loadbalancer.server.url=http://django_frontend:80"
hostname: django_frontend
depends_on:
- django_api
- django_api

openssl:
build:
Expand Down

0 comments on commit 774d6c8

Please sign in to comment.