Skip to content

Commit

Permalink
test((
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Kanishchev committed Oct 9, 2024
1 parent f15aa4d commit 26298b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ services:
backend:
image: therealyou322/backend:latest
container_name: backend
build:
context: .
volumes:
- ./path/to/deploy/files:/app/files
ports:
Expand All @@ -44,7 +42,7 @@ services:
environment:
DATABASE_URL: mongodb://mstuca_master:mstuca_master@mongo:27017/
RABBITMQ_URL: amqp://user:password@rabbitmq:5672
PROXIES_PATH: .files/proxies.txt
PROXIES_PATH: /app/files/proxies.txt
networks:
- backend

Expand Down

0 comments on commit 26298b8

Please sign in to comment.