Skip to content

Commit

Permalink
fix: update the docker compose file to compose.dev.yaml and compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Jan 16, 2024
1 parent d94982a commit a7f57fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compose.dev.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: '3.9'

services:
devops-website:
volumes:
- ./:/usr/share/nginx/html:ro

10 changes: 10 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3.9'

services:
devops-website:
container_name: devops-website
build:
context: .
dockerfile: Dockerfile
ports:
- 8000:80

0 comments on commit a7f57fe

Please sign in to comment.