Ignore export/ and remove tileserver

pull/110/head
Paul Bienkowski 2021-11-17 19:57:02 +01:00
parent 53e8d3ea45
commit ea6a631560
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
local
data
export

View File

@ -84,7 +84,6 @@ services:
- PORT=3000
links:
- api
- tileserver
ports:
- '3001:3000'
restart: on-failure