Self review fixes

This commit is contained in:
nabarun 2023-04-06 12:32:20 +05:30
parent 42401ee26d
commit 0409ea3745
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3.2'
services:
# Builds and serves the mobymask react-app
# Builds and serves the MobyMask react-app
mobymask-app:
image: cerc/mobymask-ui:local
env_file:

View File

@ -1,7 +1,7 @@
version: '3.2'
services:
# Starts the postgres database for watcher
# Starts the PostgreSQL database for watcher
mobymask-watcher-db:
restart: unless-stopped
image: postgres:14-alpine
@ -22,7 +22,7 @@ services:
retries: 15
start_period: 10s
# Deploys mobymask contract and generates an invite link
# Deploys MobyMask contract and generates an invite link
# Deployment is skipped if DEPLOYED_CONTRACT env is already set
mobymask:
image: cerc/mobymask:local