Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump cross-spawn from 7.0.3 to 7.0.6 in /frontend in the npm_and_yarn group #263

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ services:
- app-network
env_file:
- .env
depends_on:
mysql:
condition: service_healthy
restart: always

hackernews_scraper:
Expand All @@ -31,28 +28,6 @@ services:
- .env
restart: always

mysql:
image: mysql:8.0
healthcheck:
test:
[
'CMD-SHELL',
'mysqladmin ping -h localhost -uroot -p${MYSQL_ROOT_PASSWORD}',
]
interval: 10s
timeout: 5s
retries: 5
ports:
- 3306:3306
volumes:
- mysql_gophersignal:/var/lib/mysql
networks:
- app-network
env_file:
- .env
command: --bind-address=0.0.0.0
restart: always

nginx:
image: nginx:latest
ports:
Expand All @@ -71,7 +46,3 @@ services:
networks:
app-network:
driver: bridge

volumes:
mysql_gophersignal:
driver: local
12 changes: 6 additions & 6 deletions frontend/package-lock.json

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

Loading