Skip to content

Commit b0095e6

Browse files
committed
Remove fakes3, no longer neccessary
1 parent e7f3e50 commit b0095e6

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ app.json
1313
crowdin.yml
1414
build
1515
docker-compose.yml
16-
fakes3
1716
node_modules

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_modules/*
77
npm-debug.log
88
stats.json
99
.DS_Store
10-
fakes3/*
10+
data/*
1111
.idea
1212
*.pem
1313
*.key

docker-compose.yml

-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ services:
1414
POSTGRES_PASSWORD: pass
1515
POSTGRES_DB: outline
1616
user: "postgres:postgres"
17-
s3:
18-
image: lphoward/fake-s3
19-
ports:
20-
- "127.0.0.1:4569:4569"
21-
volumes:
22-
- ./fakes3:/fakes3_root

0 commit comments

Comments
 (0)