No Description

root 7f0390c7e2 Update code 5 years ago
docker-back 7f0390c7e2 Update code 5 years ago
docker-celery 7f0390c7e2 Update code 5 years ago
docker-front 7f0390c7e2 Update code 5 years ago
teampostgresql 7f0390c7e2 Update code 5 years ago
LICENSE f4e522884e init commit 6 years ago
README.md da8d4fec42 Update 'README.md' 5 years ago
docker-compose.yml 7f0390c7e2 Update code 5 years ago
setup.sh 7f0390c7e2 Update code 5 years ago

README.md

Barcode-Docker

  • Backend
  • Frontend
  • MYsql
  • Postgres
  • Celery
  • rabitmq
  • phpmyadmin
  • adminer

Install Docker On your OS.

Example: install docker on Ubuntu server 16.04.4.

Install Docker from Ubuntu’s repositories:

  • RUN apt-get update
  • RUN apt-get install -y docker.io

or install Docker CE 18.03 from Docker’s repositories for Ubuntu or Debian:

  • RUN apt-get update
  • RUN apt-get install -y apt-transport-https ca-certificates curl software-properties-common
  • RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
  • RUN add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $(lsb_release -cs) stable"
  • RUN apt-get update && apt-get install -y docker-ce=$(apt-cache madison docker-ce | grep 18.03 | head -1 | awk '{print $3}')

Install Docker-Compose On your OS.

Example: install docker on Ubuntu server 16.04.4.

  • RUN curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-uname -s-uname -m-o /usr/local/bin/docker-compose
  • RUN chmod +x /usr/local/bin/docker-compose

Clone Barcode-Docker

  • RUN git clone https://gogs.earthsquad.global/abdofarag/barcode-frontend-backend-docker

Start Barcode APP

  • RUN docker-compose up -d --build