We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f3e50 commit b0095e6Copy full SHA for b0095e6
.dockerignore
@@ -13,5 +13,4 @@ app.json
13
crowdin.yml
14
build
15
docker-compose.yml
16
-fakes3
17
node_modules
.gitignore
@@ -7,7 +7,7 @@ node_modules/*
7
npm-debug.log
8
stats.json
9
.DS_Store
10
-fakes3/*
+data/*
11
.idea
12
*.pem
*.key
docker-compose.yml
@@ -14,9 +14,3 @@ services:
POSTGRES_PASSWORD: pass
POSTGRES_DB: outline
user: "postgres:postgres"
- s3:
18
- image: lphoward/fake-s3
19
- ports:
20
- - "127.0.0.1:4569:4569"
21
- volumes:
22
- - ./fakes3:/fakes3_root
0 commit comments