Skip to content

Commit 41123ff

Browse files
committed
eh
1 parent 60d6815 commit 41123ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+19
-1239
lines changed

README.md

Lines changed: 15 additions & 950 deletions

docker-compose.yml renamed to compose.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
services:
22
plausible_db:
3-
# Plausible v2.1.1 was tested against PostgreSQL versions 15 and 16
4-
# https://github.com/plausible/analytics/blob/v2.1.2/.github/workflows/elixir.yml#L21-L32
53
image: postgres:16-alpine
64
restart: always
75
volumes:
@@ -32,7 +30,9 @@ services:
3230
ports:
3331
- 8000:8000
3432
- 8001:8001
35-
env:
33+
volumes:
34+
- plausible-data:/var/lib/plausible
35+
environment:
3636
BASE_URL: ${BASE_URL}
3737
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
3838
HTTP_PORT: 8000
@@ -43,8 +43,6 @@ services:
4343

4444
volumes:
4545
db-data:
46-
driver: local
4746
event-data:
48-
driver: local
4947
event-logs:
50-
driver: local
48+
plausible-data:

images/0-google-cloud.png

-491 KB
Binary file not shown.

images/1-project-create.png

-185 KB
Binary file not shown.

images/1-project-created.png

-209 KB
Binary file not shown.

images/1-project-new.png

-197 KB
Binary file not shown.

images/1-project-select.png

-191 KB
Binary file not shown.
-265 KB
Binary file not shown.
-227 KB
Binary file not shown.
-198 KB
Binary file not shown.

0 commit comments

Comments
 (0)