Skip to content

Commit

Permalink
Updated docker-compose.yml with integer image (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: w33ts <me@w33t.io>
  • Loading branch information
w33ts authored Aug 30, 2023
1 parent 14d87e0 commit a1e0be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '3'

services:
bot:
build: .
image: cyberinfohq/integer:latest
restart: always
environment:
- DATABASE_URI=$DATABASE_URI
Expand All @@ -16,7 +16,7 @@ services:
# - db
- manager
manager:
build: .
image: cyberinfohq/integer:latest
restart: always
command: "start:manager"
environment:
Expand Down

0 comments on commit a1e0be4

Please # to comment.