Remove fakes3, no longer neccessary

This commit is contained in:
Tom Moor
2023-10-22 21:42:10 -04:00
parent e7f3e500cd
commit b0095e6fe1
3 changed files with 1 additions and 8 deletions

View File

@@ -13,5 +13,4 @@ app.json
crowdin.yml crowdin.yml
build build
docker-compose.yml docker-compose.yml
fakes3
node_modules node_modules

2
.gitignore vendored
View File

@@ -7,7 +7,7 @@ node_modules/*
npm-debug.log npm-debug.log
stats.json stats.json
.DS_Store .DS_Store
fakes3/* data/*
.idea .idea
*.pem *.pem
*.key *.key

View File

@@ -14,9 +14,3 @@ services:
POSTGRES_PASSWORD: pass POSTGRES_PASSWORD: pass
POSTGRES_DB: outline POSTGRES_DB: outline
user: "postgres:postgres" user: "postgres:postgres"
s3:
image: lphoward/fake-s3
ports:
- "127.0.0.1:4569:4569"
volumes:
- ./fakes3:/fakes3_root