mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 12:52:13 +01:00
docker compose
This commit is contained in:
32
docker-compose.yml
Normal file
32
docker-compose.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
version: "3.9"
|
||||||
|
services:
|
||||||
|
postgres:
|
||||||
|
image: postgres
|
||||||
|
container_name: explainegy_postgres
|
||||||
|
volumes:
|
||||||
|
- ./docker_data/postgres:/var/lib/postgresql/data
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DB=postgres
|
||||||
|
- POSTGRES_USER=postgres
|
||||||
|
- POSTGRES_PASSWORD=postgres
|
||||||
|
- ALLOW_IP_RANGE=0.0.0.0/0
|
||||||
|
ports:
|
||||||
|
- "5432:5432"
|
||||||
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: "exit 0"
|
||||||
|
|
||||||
|
pgadmin:
|
||||||
|
image: dpage/pgadmin4
|
||||||
|
container_name: explainegy_pgadmin
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
PGADMIN_DEFAULT_EMAIL: admin@admin.com #the username to login to pgadmin
|
||||||
|
PGADMIN_DEFAULT_PASSWORD: admin # the password to login to pgadmin
|
||||||
|
ports:
|
||||||
|
- "5050:80"
|
||||||
|
volumes:
|
||||||
|
- ./docker/servers.json:/pgadmin4/servers.json # preconfigured servers/connections
|
||||||
|
- ./docker/pgpass:/pgpass # passwords for the connections in this file
|
||||||
|
depends_on:
|
||||||
|
- "postgres"
|
||||||
1
docker_data/pgpass
Normal file
1
docker_data/pgpass
Normal file
@@ -0,0 +1 @@
|
|||||||
|
host.docker.internal:5432:postgres:postgres:postgres
|
||||||
1
docker_data/postgres/PG_VERSION
Normal file
1
docker_data/postgres/PG_VERSION
Normal file
@@ -0,0 +1 @@
|
|||||||
|
15
|
||||||
BIN
docker_data/postgres/base/1/112
Normal file
BIN
docker_data/postgres/base/1/112
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/113
Normal file
BIN
docker_data/postgres/base/1/113
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1247
Normal file
BIN
docker_data/postgres/base/1/1247
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1247_fsm
Normal file
BIN
docker_data/postgres/base/1/1247_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1247_vm
Normal file
BIN
docker_data/postgres/base/1/1247_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1249
Normal file
BIN
docker_data/postgres/base/1/1249
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1249_fsm
Normal file
BIN
docker_data/postgres/base/1/1249_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1249_vm
Normal file
BIN
docker_data/postgres/base/1/1249_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1255
Normal file
BIN
docker_data/postgres/base/1/1255
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1255_fsm
Normal file
BIN
docker_data/postgres/base/1/1255_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1255_vm
Normal file
BIN
docker_data/postgres/base/1/1255_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1259
Normal file
BIN
docker_data/postgres/base/1/1259
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1259_fsm
Normal file
BIN
docker_data/postgres/base/1/1259_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/1259_vm
Normal file
BIN
docker_data/postgres/base/1/1259_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13370
Normal file
BIN
docker_data/postgres/base/1/13370
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13370_fsm
Normal file
BIN
docker_data/postgres/base/1/13370_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13370_vm
Normal file
BIN
docker_data/postgres/base/1/13370_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/13373
Normal file
0
docker_data/postgres/base/1/13373
Normal file
BIN
docker_data/postgres/base/1/13374
Normal file
BIN
docker_data/postgres/base/1/13374
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13375
Normal file
BIN
docker_data/postgres/base/1/13375
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13375_fsm
Normal file
BIN
docker_data/postgres/base/1/13375_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13375_vm
Normal file
BIN
docker_data/postgres/base/1/13375_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/13378
Normal file
0
docker_data/postgres/base/1/13378
Normal file
BIN
docker_data/postgres/base/1/13379
Normal file
BIN
docker_data/postgres/base/1/13379
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13380
Normal file
BIN
docker_data/postgres/base/1/13380
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13380_fsm
Normal file
BIN
docker_data/postgres/base/1/13380_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13380_vm
Normal file
BIN
docker_data/postgres/base/1/13380_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/13383
Normal file
0
docker_data/postgres/base/1/13383
Normal file
BIN
docker_data/postgres/base/1/13384
Normal file
BIN
docker_data/postgres/base/1/13384
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13385
Normal file
BIN
docker_data/postgres/base/1/13385
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13385_fsm
Normal file
BIN
docker_data/postgres/base/1/13385_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/13385_vm
Normal file
BIN
docker_data/postgres/base/1/13385_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/13388
Normal file
0
docker_data/postgres/base/1/13388
Normal file
BIN
docker_data/postgres/base/1/13389
Normal file
BIN
docker_data/postgres/base/1/13389
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/1417
Normal file
0
docker_data/postgres/base/1/1417
Normal file
0
docker_data/postgres/base/1/1418
Normal file
0
docker_data/postgres/base/1/1418
Normal file
BIN
docker_data/postgres/base/1/174
Normal file
BIN
docker_data/postgres/base/1/174
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/175
Normal file
BIN
docker_data/postgres/base/1/175
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2187
Normal file
BIN
docker_data/postgres/base/1/2187
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2224
Normal file
0
docker_data/postgres/base/1/2224
Normal file
BIN
docker_data/postgres/base/1/2228
Normal file
BIN
docker_data/postgres/base/1/2228
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2328
Normal file
0
docker_data/postgres/base/1/2328
Normal file
0
docker_data/postgres/base/1/2336
Normal file
0
docker_data/postgres/base/1/2336
Normal file
BIN
docker_data/postgres/base/1/2337
Normal file
BIN
docker_data/postgres/base/1/2337
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2579
Normal file
BIN
docker_data/postgres/base/1/2579
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2600
Normal file
BIN
docker_data/postgres/base/1/2600
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2600_fsm
Normal file
BIN
docker_data/postgres/base/1/2600_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2600_vm
Normal file
BIN
docker_data/postgres/base/1/2600_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2601
Normal file
BIN
docker_data/postgres/base/1/2601
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2601_fsm
Normal file
BIN
docker_data/postgres/base/1/2601_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2601_vm
Normal file
BIN
docker_data/postgres/base/1/2601_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2602
Normal file
BIN
docker_data/postgres/base/1/2602
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2602_fsm
Normal file
BIN
docker_data/postgres/base/1/2602_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2602_vm
Normal file
BIN
docker_data/postgres/base/1/2602_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2603
Normal file
BIN
docker_data/postgres/base/1/2603
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2603_fsm
Normal file
BIN
docker_data/postgres/base/1/2603_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2603_vm
Normal file
BIN
docker_data/postgres/base/1/2603_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2604
Normal file
0
docker_data/postgres/base/1/2604
Normal file
BIN
docker_data/postgres/base/1/2605
Normal file
BIN
docker_data/postgres/base/1/2605
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2605_fsm
Normal file
BIN
docker_data/postgres/base/1/2605_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2605_vm
Normal file
BIN
docker_data/postgres/base/1/2605_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2606
Normal file
BIN
docker_data/postgres/base/1/2606
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2606_fsm
Normal file
BIN
docker_data/postgres/base/1/2606_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2606_vm
Normal file
BIN
docker_data/postgres/base/1/2606_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2607
Normal file
BIN
docker_data/postgres/base/1/2607
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2607_fsm
Normal file
BIN
docker_data/postgres/base/1/2607_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2607_vm
Normal file
BIN
docker_data/postgres/base/1/2607_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2608
Normal file
BIN
docker_data/postgres/base/1/2608
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2608_fsm
Normal file
BIN
docker_data/postgres/base/1/2608_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2608_vm
Normal file
BIN
docker_data/postgres/base/1/2608_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2609
Normal file
BIN
docker_data/postgres/base/1/2609
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2609_fsm
Normal file
BIN
docker_data/postgres/base/1/2609_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2609_vm
Normal file
BIN
docker_data/postgres/base/1/2609_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2610
Normal file
BIN
docker_data/postgres/base/1/2610
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2610_fsm
Normal file
BIN
docker_data/postgres/base/1/2610_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2610_vm
Normal file
BIN
docker_data/postgres/base/1/2610_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2611
Normal file
0
docker_data/postgres/base/1/2611
Normal file
BIN
docker_data/postgres/base/1/2612
Normal file
BIN
docker_data/postgres/base/1/2612
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2612_fsm
Normal file
BIN
docker_data/postgres/base/1/2612_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2612_vm
Normal file
BIN
docker_data/postgres/base/1/2612_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2613
Normal file
0
docker_data/postgres/base/1/2613
Normal file
BIN
docker_data/postgres/base/1/2615
Normal file
BIN
docker_data/postgres/base/1/2615
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2615_fsm
Normal file
BIN
docker_data/postgres/base/1/2615_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2615_vm
Normal file
BIN
docker_data/postgres/base/1/2615_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2616
Normal file
BIN
docker_data/postgres/base/1/2616
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2616_fsm
Normal file
BIN
docker_data/postgres/base/1/2616_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2616_vm
Normal file
BIN
docker_data/postgres/base/1/2616_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2617
Normal file
BIN
docker_data/postgres/base/1/2617
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2617_fsm
Normal file
BIN
docker_data/postgres/base/1/2617_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2617_vm
Normal file
BIN
docker_data/postgres/base/1/2617_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2618
Normal file
BIN
docker_data/postgres/base/1/2618
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2618_fsm
Normal file
BIN
docker_data/postgres/base/1/2618_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2618_vm
Normal file
BIN
docker_data/postgres/base/1/2618_vm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2619
Normal file
BIN
docker_data/postgres/base/1/2619
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2619_fsm
Normal file
BIN
docker_data/postgres/base/1/2619_fsm
Normal file
Binary file not shown.
BIN
docker_data/postgres/base/1/2619_vm
Normal file
BIN
docker_data/postgres/base/1/2619_vm
Normal file
Binary file not shown.
0
docker_data/postgres/base/1/2620
Normal file
0
docker_data/postgres/base/1/2620
Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user