Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiener21 committed Nov 8, 2021
1 parent 3573f84 commit b243912
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
version: "3"

services:
indrz_fe_nuxt:
indrz-client:
build:
context: .
dockerfile: docker/Dockerfile
container_name: indrz-fe
container_name: indrz-client
restart: always
ports:
- "3000:3000"
command:
"npm run start"

nginx_fe:
indrz-nginx-client:
image: nginx:1.19
container_name: indrz-nginx
ports:
- "80:80"
volumes:
- ./nginx:/etc/nginx/conf.d
depends_on:
- indrz_fe_nuxt
- indrz-client

0 comments on commit b243912

Please sign in to comment.