[PR #2] [MERGED] Add Dockerfile #1187

Closed
opened 2025-12-29 02:29:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2
Author: @shaananc
Created: 7/27/2020
Status: Merged
Merged: 8/17/2020
Merged by: @juanfont

Base: masterHead: master


📝 Commits (1)

📊 Changes

5 files changed (+165 additions, -0 deletions)

View changed files

docker/Dockerfile (+62 -0)
docker/headscale.sh (+28 -0)
docker/postgres.sh (+58 -0)
docker/run.sh (+4 -0)
docker/supervisord.conf (+13 -0)

📄 Description

I've taken the liberty of making a Dockerfile that allows for one-push testing of head scale.

It includes both Postgres and headscale (a questionable decision, but it was the right one at least for my use case)

Not super high quality code, but for the state of headscale at the moment it's probably appropriate.

Thanks!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2 **Author:** [@shaananc](https://github.com/shaananc) **Created:** 7/27/2020 **Status:** ✅ Merged **Merged:** 8/17/2020 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`eabb200`](https://github.com/juanfont/headscale/commit/eabb200655a683d2543a302e4d0c7e66f28e017a) added dockerfile ### 📊 Changes **5 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docker/Dockerfile` (+62 -0) ➕ `docker/headscale.sh` (+28 -0) ➕ `docker/postgres.sh` (+58 -0) ➕ `docker/run.sh` (+4 -0) ➕ `docker/supervisord.conf` (+13 -0) </details> ### 📄 Description I've taken the liberty of making a Dockerfile that allows for one-push testing of head scale. It includes both Postgres and headscale (a questionable decision, but it was the right one at least for my use case) Not super high quality code, but for the state of headscale at the moment it's probably appropriate. Thanks! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:10 +01:00
adam closed this issue 2025-12-29 02:29:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1187