Skip to content

Repository files navigation

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

About

Application server for Forkeat, a food & recipes management information system

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages