All Projects → nikosch86 → Stf Poc

nikosch86 / Stf Poc

single host deployment of STF for PoC purposes or when scaling to 14 devices is sufficient for you

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Stf Poc

Docker Nginx Gunicorn Flask Letsencrypt
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Stars: ✭ 117 (-9.3%)
Mutual labels:  docker-compose
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-5.43%)
Mutual labels:  docker-compose
Docker Compose
Container with Docker + Docker Compose - good for CI
Stars: ✭ 127 (-1.55%)
Mutual labels:  docker-compose
Dockstation
DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
Stars: ✭ 1,744 (+1251.94%)
Mutual labels:  docker-compose
Todolist Frontend Vuejs
Front-end application for Todolist Web application built with Laravel and Vue.js
Stars: ✭ 120 (-6.98%)
Mutual labels:  docker-compose
Docker Workshop
Introduction to Docker tutorial
Stars: ✭ 124 (-3.88%)
Mutual labels:  docker-compose
Wordup Cli
Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
Stars: ✭ 116 (-10.08%)
Mutual labels:  docker-compose
Dcind
Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
Stars: ✭ 128 (-0.78%)
Mutual labels:  docker-compose
Docker
最新lnmp环境,包含php, java,nginx, mysql, go, node, mongodb, openssh server, redis, crond xhprof,maven等服务
Stars: ✭ 120 (-6.98%)
Mutual labels:  docker-compose
Docker Compose Wordpress
An example Docker Compose setup for WordPress plugin or theme development.
Stars: ✭ 127 (-1.55%)
Mutual labels:  docker-compose
Symfony 4 Docker Env
Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
Stars: ✭ 119 (-7.75%)
Mutual labels:  docker-compose
Kafka Stack Docker Compose
docker compose files to create a fully working kafka stack
Stars: ✭ 1,836 (+1323.26%)
Mutual labels:  docker-compose
Laradock
Full PHP development environment for Docker.
Stars: ✭ 11,064 (+8476.74%)
Mutual labels:  docker-compose
Drone Tutorial
Drone Continuous Delivery Documentation using docker-compose
Stars: ✭ 117 (-9.3%)
Mutual labels:  docker-compose
Podman Compose
a script to run docker-compose.yml using podman
Stars: ✭ 2,414 (+1771.32%)
Mutual labels:  docker-compose
Instapy Docker
🐳 Docker config and documentation for running InstaPy with Docker
Stars: ✭ 117 (-9.3%)
Mutual labels:  docker-compose
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-5.43%)
Mutual labels:  docker-compose
Rails React Typescript Docker Example
An example app built on Ruby on Rails 6.1 + React.js 17 + TypeScript 4.2 + Docker Compose
Stars: ✭ 129 (+0%)
Mutual labels:  docker-compose
Serverless Plugin Simulate
This is a proof of concept to see if we can replicate Amazon API Gateway using docker images to run lambda
Stars: ✭ 128 (-0.78%)
Mutual labels:  docker-compose
Laravel Docker K8s
Running Laravel project using Docker and Deploying using Kubernetes
Stars: ✭ 127 (-1.55%)
Mutual labels:  docker-compose

PoC for STF deployment on a single machine

Installation

  • install docker
  • install docker-compose
  • clone this repo

Usage

choose an IP your deployment should use, usually that will be the IP of your host.
choose a secret to be used for inter-service authentication.
Update the .env file accordingly

Run docker-compose up -d --build
Point your browser to the IP you chose,
login by providing any username and valid e-mail.

A little write-up on this setup:
https://medium.com/@nikosch86/getting-started-with-automated-in-house-testing-on-android-smartphones-using-stf-dafecee4a8ee
If you clap it will make me happy :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].