Skip to content

Commit 7f47356

Browse files
committed
Updated docker-compose image.
1 parent 5e982aa commit 7f47356

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker
22

33
on:
44
push:
5-
branches: [ main]
5+
branches: [main]
66
workflow_dispatch:
77

88
env:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
services:
44
auth:
5-
image: evoc/auth:latest
5+
image: ghcr.io/evolutionary-algorithms-on-click/auth_microservice:main
66
ports:
77
- "5000:5000"
88
- "5001:5001"
99
environment:
1010
DATABASE_URL : postgresql://root@host.docker.internal:26257/defaultdb?sslmode=disable
11-
MAILER_EMAIL : <your-email>
12-
MAILER_PASSWORD : <your-password>
11+
MAILER_EMAIL : <mailer-email>
12+
MAILER_PASSWORD : <mailer-password>
1313
FRONTEND_URL : http://localhost:3000
1414
HTTP_PORT : 5000
1515
GRPC_PORT : 5001

0 commit comments

Comments
 (0)