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 120a116 commit 7054bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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,5 @@ services:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
networks:
- app-network
# networks:
# - app-network

0 comments on commit 7054bb3

Please sign in to comment.