Postgres integration #74
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kruti/CFTunnels:feature/33-postgres-database"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Hithomelabs/HomeLabDocker#33
@ -15,3 +17,2 @@- stack.envrestart: unless-stopped- .envReplace this to be
stack.env@ -18,0 +18,4 @@- .envrestart: unless-stoppedpostgres:image: postgres:15Can you use postgres:15-alpine ?
@ -18,0 +28,4 @@ports:- "5432:5432"volumes:- pgdata:/var/lib/postgresql/dataMap this to an env variable
@ -19,1 +18,4 @@spring.security.oauth2.client.provider.cftunnels.issuer-uri=https://auth.hithomelabs.com/application/o/cftunnels/spring.datasource.url=jdbc:postgresql://localhost:5432/cftunnelAdd the private IP of the server instead of localhost
spring.datasource.url=jdbc:postgresql://192.168.1.100:5432/cftunnel
Pls. look at the comments
Looks good