Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maymeow/webapp-docker
- Owner: MayMeow
- Created: 2018-01-03T14:15:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T12:07:11.000Z (almost 7 years ago)
- Last Synced: 2024-10-25T13:16:29.045Z (19 days ago)
- Language: Shell
- Homepage: https://webapp.themaymeow.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```