Skip to content

Commit

Permalink
fix: add DNS addresses for podman
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ang committed Jan 26, 2025
1 parent 633ed55 commit 3f34e0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Build and Test Service
run: |
docker compose build
docker compose up -d
START_TIME=$(date +%s)
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile → Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ RUN ["chmod", "+x", "./src/main.sh"]

CMD ["./src/main.sh", "--dev"]

# docker compose build
# docker compose up
# docker system prune
# podman compose up
# podman system prune
5 changes: 4 additions & 1 deletion docker-compose.yml → compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ services:
- FEEDBACK_CHANNEL_ID
- MONGO_URL
- REPO_URL
dns:
- 8.8.8.8
- 1.1.1.1
ports:
- "8000:8000"
- 8000:8000

0 comments on commit 3f34e0b

Please sign in to comment.