Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maymeow/webapp-docker

:whale: Docker deployment for codeocean
https://github.com/maymeow/webapp-docker

Last synced: 6 days ago
JSON representation

:whale: Docker deployment for codeocean

Awesome Lists containing this project

README

        

# Webapp Docker

Docker images for CodeOcean Webapp

## Deploy

```bash
git clone this repository
cd codeocean-docker
docker build
```
## Configure it

```bash
docker-compose run codeocean-source
docker-compose run --rm php php artisan key:generate
```

## Run it

```bash
docker-compose up -d
```