Ignore export/ and remove tileserver
This commit is contained in:
parent
53e8d3ea45
commit
ea6a631560
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
local
|
local
|
||||||
data
|
data
|
||||||
|
export
|
||||||
|
|
|
@ -84,7 +84,6 @@ services:
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
links:
|
links:
|
||||||
- api
|
- api
|
||||||
- tileserver
|
|
||||||
ports:
|
ports:
|
||||||
- '3001:3000'
|
- '3001:3000'
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
Loading…
Reference in a new issue