Merge "Add docker compose user environment variables"
[cps/cps-temporal.git] / docker-compose.yml
index fe863fd..c41c4ed 100755 (executable)
@@ -13,6 +13,8 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
 version: "3.7"
@@ -29,6 +31,8 @@ services:
       DB_PORT: 5432
       DB_USERNAME: cpstemporal
       DB_PASSWORD: cpstemporal
+      APP_USERNAME: ${APP_USERNAME:-cpsuser}
+      APP_PASSWORD: ${APP_PASSWORD:-cpsr0cks!}
       KAFKA_BOOTSTRAP_SERVER: kafka:9092
 
     restart: unless-stopped