Skip to content

Commit

Permalink
Revert docker-compose changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 4, 2023
1 parent 718a228 commit 8cbe1af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:

backend:
build: .
image: backend
container_name: django-dev
restart: always
depends_on:
Expand Down Expand Up @@ -60,7 +61,7 @@ services:
- ./frontend/static:/usr/src/robosats/static

clean-orders:
build: .
image: backend
restart: always
container_name: clord-dev
environment:
Expand All @@ -73,7 +74,7 @@ services:
network_mode: service:tor

follow-invoices:
build: .
image: backend
container_name: invo-dev
restart: always
depends_on:
Expand All @@ -89,7 +90,7 @@ services:
network_mode: service:tor

telegram-watcher:
build: .
image: backend
container_name: tg-dev
restart: always
environment:
Expand All @@ -102,7 +103,7 @@ services:
network_mode: service:tor

celery-worker:
build: .
image: backend
container_name: cele-worker-dev
restart: always
environment:
Expand All @@ -118,7 +119,7 @@ services:
network_mode: service:tor

celery-beat:
build: .
image: backend
container_name: cele-beat-dev
restart: always
environment:
Expand Down

0 comments on commit 8cbe1af

Please sign in to comment.