diff --git a/database.bash b/.recycle/database.bash similarity index 100% rename from database.bash rename to .recycle/database.bash diff --git a/database.yaml b/.recycle/database.yaml similarity index 100% rename from database.yaml rename to .recycle/database.yaml diff --git a/django.bash b/.recycle/django.bash similarity index 100% rename from django.bash rename to .recycle/django.bash diff --git a/provision.bash b/.recycle/provision.bash similarity index 100% rename from provision.bash rename to .recycle/provision.bash diff --git a/compose.yaml b/compose.yaml index df83eac..22c27fa 100644 --- a/compose.yaml +++ b/compose.yaml @@ -86,23 +86,34 @@ services: - POSTGRES_PASSWORD=maverickdb -## volumes: -## -## - /tmp/volume-data-postgres:/var/lib/postgresql/data + volumes: + + - /tmp/volume-data-postgres:/var/lib/postgresql/data + + healthcheck: + + test: ["CMD-SHELL", "pg_isready -U maverickdb -d maverickdb"] + interval: 5s + timeout: 5s + retries: 5 card-players-unite-pgadmin: - + user: root # Or your specific UID:GID container_name: card-players-unite-pgadmin image: dpage/pgadmin4 depends_on: - - - card-players-unite-postgres + card-players-unite-postgres: + condition: service_healthy # THIS TELLS DOCKER TO WAIT FOR THE HEALTHCHECK ports: - - "5480:80" + - 5480:80 + + volumes: + + - /tmp/volumes/pgadmin4444:/var/lib/pgadmin environment: @@ -110,10 +121,6 @@ services: PGADMIN_DEFAULT_PASSWORD: maverickdb -## volumes: -## -## - /tmp/volume-data-pgadmin4:/var/lib/pgadmin - ########################################## ## ## hosting / relational data @@ -124,7 +131,7 @@ services: container_name: apis.cardplayersunited.com - image: dpage/pgadmin4 + image: dpage/apis.cardplayersunited.com build: @@ -135,8 +142,8 @@ services: restart: unless-stopped depends_on: - - - card-players-unite-postgres + card-players-unite-postgres: + condition: service_healthy # THIS TELLS DOCKER TO WAIT FOR THE HEALTHCHECK ports: diff --git a/readme.md b/readme.md index 383a572..32027f2 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,8 @@ -# adsfads +# Card Players United + +## pg4 admin + +http://localhost:5480/browser/ ## view all tourney @@ -6,6 +10,8 @@ ## admin home +http://localhost:8888/ + ## login ## how to create new user diff --git a/templates/listing (copy).html b/templates/listing (copy).html new file mode 100644 index 0000000..c541dd0 --- /dev/null +++ b/templates/listing (copy).html @@ -0,0 +1,213 @@ +{% load static %} + + + + + + + + + +(shinobi test) Card Players Unite / card tournaments and events near you + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + +
+

Alll Tournaments

+
+
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ + Her +

Lorem ipsum dolor sit amet consectetur adipisicing elit. At + hic fugit similique accusantium.

+ +
+
+ +
+
+ + + + + + + + +
+ +
+ + + + + diff --git a/templates/listing.html b/templates/listing.html index c541dd0..ad88dfb 100644 --- a/templates/listing.html +++ b/templates/listing.html @@ -1,213 +1,240 @@ -{% load static %} - - - + + + Card Players Unite | The Lounge + + + + -