Skip to content

Commit

Permalink
remove env file
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Mar 16, 2024
1 parent 3e89ecb commit e4d2784
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.9'
version: '2'
services:
db:
image: db:v1
Expand All @@ -24,9 +24,6 @@ services:
build:
context: .
dockerfile: import.Dockerfile
env_file:
- path: .env
required: false
depends_on:
- db
volumes:
Expand All @@ -39,7 +36,6 @@ services:
- OSM2PGSQL_CACHE
- OSM2PGSQL_NUMPROC
- OSM2PGSQL_DATAFILE
- EXTERNAL_DATA_SCRIPT_FLAGS

martin-cp:
image: ghcr.io/maplibre/martin
Expand Down

0 comments on commit e4d2784

Please sign in to comment.