mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-14 13:51:01 +02:00
Expose postgres port
This commit is contained in:
parent
6c76950604
commit
025a18e80b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DB: headscale
|
||||
POSTGRES_USER: foo
|
||||
|
Loading…
Reference in New Issue
Block a user