https://github.com/nexys-system/docker-static-files
https://github.com/nexys-system/docker-static-files
docker docker-compose nginx static-site
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nexys-system/docker-static-files
- Owner: nexys-system
- Created: 2021-06-25T23:58:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T19:52:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T02:59:51.525Z (over 1 year ago)
- Topics: docker, docker-compose, nginx, static-site
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker container for static files
## Deploy to Northflank
to add at end of CI
```
- name: Northflank
run: |
curl --header "Content-Type: application/json" --header "Authorization: Bearer ${{ secrets.NORTHFLANK_TOKEN }}" --request POST --data '{"external":{"imagePath":"'$DOCKERHUB_URL':latest","credentials":"gitlab"}}' https://api.northflank.com/v1/projects/{project}/services/{service}/deployment
```