chore: update docker image version to 0.4.0 (#218)

* chore(docker-compose.yml): update docker-compose file to use local node-api image build instead of docker hub image build

* chore(docker-compose.yml): update docker image version to 0.4.0
This commit is contained in:
Danny Avila 2023-05-08 18:57:30 -04:00 committed by GitHub
parent 907f894ba7
commit 177028aafc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,11 @@ services:
- 3080:3080 # Change it to 9000:3080 to use nginx
depends_on:
- mongodb
# image: node-api # Uncomment this to build from local file
# build:
# context: .
# target: node-api
image: chatgptclone/app:0.3.3 # Comment this & uncomment above to build from local file
image: node-api # Comment this & uncomment below to build from docker hub image
build:
context: .
target: node-api
# image: chatgptclone/app:0.4.0 # Uncomment this & comment above to build from docker hub image
restart: always
env_file:
- ./api/.env