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

Commit

Permalink
Merge pull request #40 from MaziniiX/main
Browse files Browse the repository at this point in the history
fixed miswrite in docker-compose.yml in docker-test (didn't check the one in Docker)
  • Loading branch information
MaziniiX authored Jun 22, 2024
2 parents 4b1c0ec + f6062e8 commit 7ff320c
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 7ff320c

Please sign in to comment.