Compare commits

..

3 Commits

Author SHA1 Message Date
b64e652737 Change room id
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2022-08-23 02:03:54 +12:00
be0aa9f248 Add watchtower host var
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2022-08-23 01:45:27 +12:00
9a12b3ff5c add badge
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2022-08-23 01:42:44 +12:00
2 changed files with 4 additions and 1 deletions

View File

@ -4,9 +4,10 @@ variables:
- REGISTRY_USER=michael
- DOCKERFILE=Dockerfile
- CONTEXT=.
- WATCHTOWER_HOST=watchtower.balsillie.net
- MATRIX_HOST=matrix.balsillie.net
- MATRIX_PORT=443
- MATRIX_ROOM=!HdSXmuHcBMaYExEfkh:balsillie.net
- MATRIX_ROOM=!BQyqVopHitLowtucMg:balsillie.net
workspace:
base: /git

View File

@ -1,3 +1,5 @@
[![status-badge](https://pipeline.balsillie.net/api/badges/containers/nginx-1000/status.svg)](https://pipeline.balsillie.net/containers/nginx-1000)
Pulls the official Nginx container, and modifies the nginx user to UID=1000 and GID=1000.
This avoids file permission conflicts when statically serving files owned by other services.