docker compose import data remove

This commit is contained in:
Ravi Prasad
2025-06-19 23:52:32 -05:00
parent 115a94fe95
commit c1689fd97c
+2 -2
View File
@@ -3,11 +3,11 @@ services:
# --- The local postgres service is disabled for production deployment --- # --- The local postgres service is disabled for production deployment ---
# postgres: # postgres:
# ... # ...
# Add "import-data" back into commands for DB import.
db-init: db-init:
build: . build: .
env_file: .env env_file: .env
command: ["/nba_go", "import-data"] command: ["/nba_go"]
networks: networks:
- api.network - api.network
restart: "no" restart: "no"