Skip to content

Commit

Permalink
update:更新cicd的docker版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Sep 24, 2024
1 parent ef65878 commit 16e686e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test When Commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
curl -f http://localhost:3000/about
curl -f http://localhost:8000/api/posts/
curl -f http://localhost:8000/admin/
# curl -f http://localhost:8000/admin/
curl -f http://localhost:8000/api/web_config
16 changes: 0 additions & 16 deletions GitHub Action Build Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@ services:
environment:
- API_URL=http://backend:8000/api/posts/

# nginx:
# image: nginx:latest
# container_name: nginx
# volumes:
# - ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
# ports:
# - "80:80"
# depends_on:
# - web
# - backend
# networks:
# - my_network




networks:
my_network:
driver: bridge

0 comments on commit 16e686e

Please sign in to comment.