1
0
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:
Juan Font Alonso 2021-05-09 18:38:17 +02:00
parent 6c76950604
commit 025a18e80b

View File

@ -49,6 +49,8 @@ jobs:
services:
postgres:
image: postgres
ports:
- 5432:5432
env:
POSTGRES_DB: headscale
POSTGRES_USER: foo