Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 4, 2025
1 parent 3874bbf commit 6ab85f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# All services in this file are run for production but are not essential for local development/cicd
services:

postgres-exporter:
container_name: postgres-exporter
image: prometheuscommunity/postgres-exporter:latest
Expand All @@ -11,7 +10,7 @@ services:
- 9187:9187
command: ["--collector.stat_statements"]
profiles:
- production
- production

node-exporter:
image: prom/node-exporter
Expand All @@ -24,7 +23,7 @@ services:
- "--path.sysfs=/host/sys"
- "--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)"
profiles:
- production
- production

web-proxy:
container_name: web-proxy
Expand Down Expand Up @@ -108,4 +107,4 @@ services:

volumes:
postgis_volume:
prom_data:
prom_data:
5 changes: 2 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ include:

# The services below run in both production and locally in development
services:

owdp-database:
container_name: owdp-database
build:
Expand Down Expand Up @@ -35,7 +34,7 @@ services:
- 8080:8080
depends_on:
- owdp-database
restart: no
restart: no

owdp-pygeoapi:
container_name: owdp-pygeoapi
Expand All @@ -57,4 +56,4 @@ services:
environment:
- WIS2BOX_URL=${OWDP_URL}
- WIS2BOX_API_URL=${OWDP_URL}/oapi
- serviceRootUrl=${OWDP_URL}/FROST-Server
- serviceRootUrl=${OWDP_URL}/FROST-Server
2 changes: 1 addition & 1 deletion docker/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgis/postgis:14-3.2-alpine

COPY ./customizations.sql /docker-entrypoint-initdb.d/customizations.sql
COPY ./customizations.sql /docker-entrypoint-initdb.d/customizations.sql

0 comments on commit 6ab85f5

Please sign in to comment.