Sign inSign up

thomaslacaze/forkeat-server

By thomaslacaze

•Updated over 4 years ago

Image
0

699

thomaslacaze/forkeat-server repository overview

⁠ForkEat server

codecov

Build Status

⁠🛠️ Installation Steps

⁠🐳 Option 1: Run from Docker run
Run the container
$ docker run -d \
  -p 80:80 \
  -p 443:443 \
  -e "DATABASE_URL=postgres://****:****@****:5432/****" \
  -e "JWT_SECRET=<RANDOM_STRING>"
  --name forkeat-server thomaslacaze/forkeat-server:linux-amd64
⁠🐳 Option 2: Run from Docker-compose

Clone latest version

$ git clone https://github.com/ForkEat/server
$ cd docker

Generate configuration

$ chmod +x generate_config.sh
$ bash generate_config.sh

You'r ready to launch

$ docker-compose up -d

See here⁠

Tag summary

Content type

Image

Digest

Size

104.4 MB

Last updated

over 4 years ago

docker pull thomaslacaze/forkeat-server:linux-amd64