Added initial env example

This commit is contained in:
2026-07-24 11:15:00 -03:00
parent 230768d766
commit 74be855c57
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
.git/ .git/
.env
source/ source/
tiles/ tiles/
cache/ cache/
+10
View File
@@ -0,0 +1,10 @@
# Optional HTTPS XYZ template used for the base layer and tiles without Arma coverage.
# Leave blank to return tiles/empty.png for uncovered coordinates.
CALLBACK_PROVIDER=
# Local HTTP port and build parallelism.
HTTP_PORT=9000
GDAL2TILES_PROCESSES=1
# Optional absolute path used by Coolify for the persistent source directory.
# ARMA_TILES_SOURCE_DIR=/data/arma-tiles/source
+1
View File
@@ -1,6 +1,7 @@
# Generated raster layer and transactional build state # Generated raster layer and transactional build state
tiles/ tiles/
cache/ cache/
.env
.tiles-staging-*/ .tiles-staging-*/
.tiles-work-*/ .tiles-work-*/
.tiles-previous/ .tiles-previous/