mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
docker compose import data remove
This commit is contained in:
+2
-2
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user