Skip to content

Commit

Permalink
chnages in dockor prod file
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya00jangir committed Dec 16, 2024
1 parent 9a4ae7b commit d6fb6aa
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ services:

webapp:
container_name: bigcapital-webapp
image: bigcapitalhq/webapp:latest
build:
context: ./
dockerfile: packages/webapp/Dockerfile
#image: bigcapitalhq/webapp:latest
restart: on-failure
networks:
- bigcapital_network

server:
container_name: bigcapital-server
image: bigcapitalhq/server:latest
build:
context: ./
dockerfile: packages/server/Dockerfile
#image: bigcapitalhq/server:latest
expose:
- '3000'
links:
Expand Down Expand Up @@ -206,4 +212,4 @@ volumes:
# Networks
networks:
bigcapital_network:
driver: bridge
driver: bridge

0 comments on commit d6fb6aa

Please sign in to comment.