Skip to content

Commit

Permalink
chore: docker-compose network 부분 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 27, 2024
1 parent abf215d commit 120a116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
key: ${{ secrets.AWS_INSTANCE_PEM }}
port: 22
script: |
sudo apt update
sudo apt install docker-ce
sudo apt install docker-compose
sudo docker login --username ${{ secrets.DOCKER_EMAIL }} --password ${{ secrets.DOCKER_PASSWORD }}
Expand Down
4 changes: 0 additions & 4 deletions layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ services:
- ./nginx.conf:/etc/nginx/nginx.conf
networks:
- app-network

networks:
app-network:
driver: bridge

0 comments on commit 120a116

Please sign in to comment.