Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a1383n committed Jun 11, 2024
1 parent 769b59f commit 4fc32b4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ volumes:

services:
app:
image: secure-proxy:latest
image: ghcr.io/a1383n/secure-proxy:master
build:
context: .
dockerfile: Dockerfile
Expand All @@ -29,9 +29,8 @@ services:
QUEUE_CONNECTION: redis
CACHE_STORE: redis


queue:
image: secure-proxy:latest
image: ghcr.io/a1383n/secure-proxy:master
build:
context: .
dockerfile: Dockerfile
Expand All @@ -42,7 +41,7 @@ services:
CONTAINER_ROLE: "QUEUE"

scheduler:
image: secure-proxy:latest
image: ghcr.io/a1383n/secure-proxy:master
build:
context: .
dockerfile: Dockerfile
Expand Down

0 comments on commit 4fc32b4

Please sign in to comment.