Skip to content

Commit

Permalink
plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 27, 2023
1 parent aae53a2 commit 73ae58e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/pgadmin/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ W9_ID=pgadmin
W9_HTTP_PORT_SET=9090
# W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
W9_HTTP_PORT=80
W9_URL=internet_ip:$W9_HTTP_PORT_SET
W9_URL=internet_ip
# default pgadmin user [email protected] ,passwd SuperSecret if not set
W9_LOGIN_USER=[email protected]
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
Expand Down
9 changes: 0 additions & 9 deletions apps/pgadmin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ services:
- "${W9_HTTP_PORT_SET}:80"
env_file: .env


postgres:
image: postgres
restart: unless-stopped
environment:
POSTGRES_PASSWORD: example
profiles:
- db

networks:
default:
name: ${W9_NETWORK}
Expand Down
2 changes: 1 addition & 1 deletion apps/pgadmin/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"dist": "community",
"version": [
"7.8",
"8.1",
"latest"
]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/phpmyadmin/variables.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phpmyadmin",
"trademark": "phpMyAdmin",
"release": false,
"release": true,
"fork_url": "https://github.com/phpmyadmin/docker",
"edition": [
{
Expand Down
4 changes: 2 additions & 2 deletions apps/plausible/.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_DIST=community
W9_REPO=plausible/analytics
W9_VERSION=v1.5
W9_VERSION=latest

W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=plausible
W9_HTTP_PORT=8000
Expand Down
4 changes: 2 additions & 2 deletions apps/plausible/variables.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "plausible",
"trademark": "Plausible",
"release": false,
"release": true,
"fork_url": "https://github.com/plausible/hosting",
"edition": [
{
"dist": "community",
"version": [
"v1.5",
"v2.0",
"latest"
]
}
Expand Down

0 comments on commit 73ae58e

Please sign in to comment.