Skip to content

Commit

Permalink
temp remove db
Browse files Browse the repository at this point in the history
  • Loading branch information
BoiseITGuru committed Feb 26, 2024
1 parent ed80f9e commit 06fca4f
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
version: "3.7"
services:
database:
image: docker.io/library/postgres:16-alpine
# nobody
user: "65534"
environment:
- POSTGRES_PASSWORD=S3cret
- POSTGRES_USER=f4fCore
- POSTGRES_DB=forge4flow
volumes:
# Data directory
- type: bind
source: ./postgresqlData
target: /var/lib/postgresql/data
- type: bind
source: ./postgresql
target: /var/run/postgresql
cap_add:
- CAP_NET_RAW
ports:
- "5432:5432"
# database:
# image: docker.io/library/postgres:16-alpine
# # nobody
# user: "65534"
# environment:
# - POSTGRES_PASSWORD=S3cret
# - POSTGRES_USER=f4fCore
# - POSTGRES_DB=forge4flow
# volumes:
# # Data directory
# - type: bind
# source: ./postgresqlData
# target: /var/lib/postgresql/data
# - type: bind
# source: ./postgresql
# target: /var/run/postgresql
# cap_add:
# - CAP_NET_RAW
# ports:
# - "5432:5432"

flow-connector:
image: ghcr.io/forge4flow/flow-events-connector:v0.0.1
Expand Down

0 comments on commit 06fca4f

Please sign in to comment.