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 7054bb3 commit 91f5a29
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions layer-api/infra/aws/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
- ./application-secret.properties:/config/application-secret.properties
- ./log:/log
- ./tokens:/config/tokens
# networks:
# - app-network
networks:
- app-network

# batch-job:
# image: docker.io/clean01/layer-server_layer-batch:latest
Expand All @@ -38,5 +38,8 @@ services:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
# networks:
# - app-network
networks:
- app-network

networks:
app-network:

0 comments on commit 91f5a29

Please sign in to comment.