Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacrac04 committed Jan 30, 2025
1 parent f8f15bc commit 0e93496
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ python -m poetry run gunicorn 'challenge:app'
```

## Running with docker

Run on local machine:
```
docker-compose -p "<project name>" -f "docker/dev-compose.yaml" up --build
```
docker-compose -p "<project name>" -f "docker/compose.yaml" up --build
```

So it can be run on sucss server:
- Edit `docker/prod-compose.yaml` and change all occurrences of `<challenge_name>` to the subdomain of the challenge.
For example if you want the challenge to be hosted on `challenge.sucss.org` then replace `<challenge_name>` with `challenge`.

0 comments on commit 0e93496

Please sign in to comment.