Skip to content

Commit 8c55942

Browse files
committed
docker-compose
1 parent d24b123 commit 8c55942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- .env
1212

1313
bot:
14-
build: .
14+
image: dmsn/satire_pulp_parser:prod
1515
restart: always
1616
depends_on:
1717
- db
@@ -20,7 +20,7 @@ services:
2020
command: python3 main.py
2121

2222
scheduler:
23-
build: .
23+
image: dmsn/satire_pulp_parser:prod
2424
restart: always
2525
command: python3 -m scheduler.scheduler
2626
depends_on:

0 commit comments

Comments
 (0)