Skip to content

Commit

Permalink
feat: add disabled postgress to development docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
VilemRaska committed Jan 24, 2025
1 parent d1cd9eb commit 24988e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions GAPP/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ services:
influxdb:
image: influxdb:2
container_name: fik_influxdb
restart: unless-stopped
ports:
- 8086:8086
volumes:
- ./.data/influxdb:/var/lib/influxdb2:rw

# postgres:
# image: postgres:17-alpine
# container_name: itz-postgres
# restart: unless-stopped
# ports:
# - '5432:5432'
# volumes:
# - ./.data/postgres:/var/lib/postgresql/data

0 comments on commit 24988e0

Please sign in to comment.