Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Add Docker Compose configuration for news-aggregation, cacher, and rs…
Browse files Browse the repository at this point in the history
…s-to-json services
  • Loading branch information
nmcc1212 committed Apr 18, 2024
1 parent 47a8e6a commit 5b3440a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: '3.8'

services:
news-aggregation:
build:
context: ./next-app
ports:
- "3000:3000"

cacher:
build:
context: ./cacher
ports:
- "50111:50111"

rss-to-json:
build:
context: ./fun-with-react-rss
ports:
- "50110:50110"

0 comments on commit 5b3440a

Please sign in to comment.