remove next-pwa for now

This commit is contained in:
m5r
2021-08-08 10:58:51 +08:00
parent d20eeb0617
commit cc36a34149
16 changed files with 1869 additions and 479 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
restart: unless-stopped
volumes:
- data:/var/lib/postgresql/data
env_file: ./.env.local #Here we are using the already existing .env.local file
env_file: ./.env #Here we are using the already existing .env file
ports:
- "5432:5432"
admin: