clear readme

This commit is contained in:
Shihaam Abdul Rahman 2023-01-23 14:23:54 +05:00
parent 4999649c77
commit 5f6eb650c8
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -1,7 +1,8 @@
# Netbox Docker
- Production `docker-compose.yml`
## Setup the service:
- Install docker or podman
- Save the following content as `docker-compose.yml`
```yaml
version: '3.5'
services:
@ -31,8 +32,8 @@ services:
image: redis:6.0-alpine
restart: always
```
- save this as docker-compose.yml and run `docker compose up -d`
- Use the sample `configuration.py` in this repo and edit it accordingly.
- Run `docker compose up -d`
## Some commands that will be useful
- Migrate Database (required on initial install and upgrade