Ignore export/ and remove tileserver

This commit is contained in:
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 local
data data
export

View file

@ -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