Skip to content

Commit c6ce525

Browse files
committed
Remove docker compose stack
1 parent d32a4c3 commit c6ce525

File tree

5 files changed

+1
-48
lines changed

5 files changed

+1
-48
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: docker-build docker-import docker-compose-import
1+
.PHONY: docker-build docker-import
22

33
docker-build:
44
docker build -t ofmx2pgsql .
@@ -10,6 +10,3 @@ docker-import:
1010
-e PG_SCHEMA="${PG_SCHEMA}" \
1111
-e APPLY_MIGRATIONS="${APPLY_MIGRATIONS}" \
1212
ofmx2pgsql
13-
14-
docker-compose-import:
15-
docker compose up --build --abort-on-container-exit

PROGRESS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- INI-based config support added for CLI defaults.
1818
- Schema selection and JSON validation output added to the CLI.
1919
- Airspace uniqueness relaxed to preserve duplicate OFMX IDs.
20-
- Docker Compose stack added with a custom PostGIS image for arm64 hosts.
2120
- Implementation work has not started (no parser, schema, or imports yet).
2221

2322
## Milestones

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Importer and schema are functional for the LK sample dataset. See `TODO.md` for
99
- `pip install -e .` installs the package and the `psycopg` dependency.
1010
- `config/ofmx2pgsql.example.ini` shows the supported config keys.
1111
- `Dockerfile` builds a container that downloads a snapshot and imports it into PostGIS.
12-
- `docker-compose.yml` provides a PostGIS + importer stack for local testing.
1312

1413
## Repository Layout
1514
- `ofmx_lk/` sample OFMX data and reference materials.
@@ -51,14 +50,6 @@ docker run --rm \\
5150
ofmx2pgsql
5251
```
5352

54-
## Docker Compose
55-
Spin up a local PostGIS instance and run a one-shot import.
56-
57-
```sh
58-
docker compose up --build --abort-on-container-exit
59-
```
60-
61-
The compose stack builds a lightweight Postgres 18 + PostGIS image from `docker/postgis.Dockerfile` to support arm64 hosts.
6253

6354
## Data Notes
6455
The sample data in `ofmx_lk/` is treated as reference input. Avoid editing these files unless intentionally updating fixtures.

docker-compose.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

docker/postgis.Dockerfile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)