Skip to content

Commit

Permalink
Removed adminer service
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Mar 14, 2024
1 parent 3a58c1e commit 07c69d5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ services:
- modulector_postgres_data:/var/lib/postgresql/data/
- ./config/postgres/postgres.conf:/etc/postgresql/postgresql.conf


# Web-based DB admin interface for DB management
adminer:
image: adminer
container_name: modulector_dev_adminer
restart: always
ports:
- '8080:8080'

# Uncomment if using empty Postgres service
volumes:
modulector_postgres_data:
Expand Down

0 comments on commit 07c69d5

Please sign in to comment.