Update rust (#250)
* bump: rust Cargo.toml * bump: rust docker * bump: rust ci * bump: axum * bump: axum-extra * bump: tokio * bump: tower-http * bump: uuid * bump: utoipa * bump: icarus_meta * bump: icarus_models * bump: icarus_envy * bump: icarus * Updated base image in dockerfile * Adding sample local env file * Fixing postgresql volume issue in docker
This commit was merged in pull request #250.
This commit is contained in:
+2
-2
@@ -74,7 +74,7 @@ services:
|
||||
POSTGRES_DB: ${POSTGRES_MAIN_DB:-icarus_db}
|
||||
volumes:
|
||||
# Persist database data using a named volume
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- postgres_data:/var/lib/postgresql
|
||||
ports:
|
||||
# Optional: Expose port 5432 ONLY if you need to connect directly from your host machine (e.g., for debugging)
|
||||
- "5432:5432"
|
||||
@@ -100,7 +100,7 @@ services:
|
||||
POSTGRES_DB: ${POSTGRES_AUTH_DB:-icarus_auth_db}
|
||||
volumes:
|
||||
# Persist database data using a named volume
|
||||
- postgres_data_auth:/var/lib/postgresql/data
|
||||
- postgres_data_auth:/var/lib/postgresql
|
||||
ports:
|
||||
# Optional: Expose port 5432 ONLY if you need to connect directly from your host machine (e.g., for debugging)
|
||||
- "5433:5432"
|
||||
|
||||
Reference in New Issue
Block a user