Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 6, 2024
1 parent ffcc4e2 commit d4a5c43
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 34 deletions.
1 change: 0 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ services:
networks:
- vision

nginx:
build: ./nginx
ports:
- '3000:80'
depends_on:
- web
networks:
- vision

networks:
vision:
external: true
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ services:
networks:
- vision

nginx:
build: ./nginx
ports:
- '3000:80'
depends_on:
- web
networks:
- vision


networks:
vision:
external: true
3 changes: 0 additions & 3 deletions nginx/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions nginx/nginx.conf

This file was deleted.

0 comments on commit d4a5c43

Please sign in to comment.