Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 20, 2025
1 parent 4b32837 commit 2e6b50e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ volumes:

services:
backend:
image: secfit_backend:latest
container_name: secfit_prod_backend
build:
context: backend/
dockerfile: Dockerfile
networks:
- backend_bridge
volumes:
- backend_vol:/app
dns:
- 8.8.8.8 # Google's DNS
- 1.1.1.1 # Cloudflare's DNS

frontend:
container_name: secfit_prod_frontend
Expand Down

0 comments on commit 2e6b50e

Please sign in to comment.