Skip to content

Commit

Permalink
idk,
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Dec 23, 2023
1 parent ddc9f30 commit 99e91bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

server: # port 8000 is server

image: ghcr.io/thearyadev/top500-aggregator:latest
image: ghcr.io/thearyadev/top500-aggregator-server:latest
# build: .
environment:
MYSQLDATABASE: 'railway'
Expand All @@ -23,8 +23,7 @@ services:
- database

frontend:
build:
dockerfile: Dockerfile.frontend
image: ghcr.io/thearyadev/top500-aggregator-frontend:latest
ports:
- "3000:3000"
# these services are internal, so secrets do not matter.
Expand Down

0 comments on commit 99e91bd

Please sign in to comment.