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

https://github.com/bitcodr/advertiselocator


https://github.com/bitcodr/advertiselocator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Advertise Locator

### Config Files

docker.env
config.yaml
nginx.conf

### Run Application

- docker-compose build --no-cache
- docker rmi -f $(docker images -f "dangling=true" -q)
- docker-compose up -d --force-recreate

### Stop Application

- docker-compose down