https://github.com/bitcodr/advertiselocator
https://github.com/bitcodr/advertiselocator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcodr/advertiselocator
- Owner: bitcodr
- Created: 2019-10-14T04:50:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T14:18:43.000Z (about 6 years ago)
- Last Synced: 2025-01-30T17:38:54.374Z (about 1 year ago)
- Language: Go
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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