Custom ports and notExposeAsWebApp added

This commit is contained in:
Kasra Bigdeli
2019-01-16 23:09:51 -08:00
parent 9b8d75d061
commit 501adcc1fd
6 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"services": {
"$$cap_appname-db": {
"image": "postgres:$$cap_postgres_version",
"notExposeAsWebApp": "true",
"volumes": [
"$$cap_appname-db-data:/var/lib/postgresql/data"
],