ソースを参照

ajustes nuevo registry

Administrator 2 ヶ月 前
コミット
c18f1773a0
共有2 個のファイルを変更した2356 個の追加3 個の削除を含む
  1. 2353 0
      db_init/backup20251020.sql
  2. 3 3
      docker-compose.yml

File diff suppressed because it is too large
+ 2353 - 0
db_init/backup20251020.sql


+ 3 - 3
docker-compose.yml ファイルの表示

@@ -9,7 +9,7 @@ services:
9 9
       POSTGRES_PASSWORD: 7qUNs4q5c3U7KTrehv0V
10 10
       POSTGRES_DB: factorytracedb
11 11
     volumes:
12
-      - ./db_init/lahelice20250819.sql:/docker-entrypoint-initdb.d/lahelice20250819.sql
12
+      - ./db_init/backup20251020.sql:/docker-entrypoint-initdb.d/backup20251020.sql
13 13
       - pgdata:/var/lib/postgresql/data
14 14
     ports:
15 15
       - "5432:5432"
@@ -17,7 +17,7 @@ services:
17 17
       - net-vespot
18 18
 
19 19
   restpod:
20
-    image: devops.vespot.co:5000/factorytracerest:lahelice
20
+    image: registry.vespot.co/factorytracerest:lahelice
21 21
     restart: always
22 22
     environment:
23 23
       DB_HOST: postgres
@@ -31,7 +31,7 @@ services:
31 31
       - net-vespot
32 32
 
33 33
   frontpod:
34
-    image: devops.vespot.co:5000/factorytracefront:lahelice
34
+    image: registry.vespot.co/factorytracefront:lahelice
35 35
     restart: always
36 36
     depends_on:
37 37
       - restpod