-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtemplate.env
More file actions
64 lines (55 loc) · 2.65 KB
/
template.env
File metadata and controls
64 lines (55 loc) · 2.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# FileMaker Server version
# VERSION=19.6.4.402 # Works with Ubuntu 20
# VERSION=20.3.2.205 # Works with Ubuntu 22
VERSION=21.1.5.501 # Works with Ubuntu 22
# These are the latest updates available for each major version of FileMaker Server, as of August 24, 2025
# I have access through WinSoft, while FMS 21.1.6 and 22 are out, I cannot yet download them
# You may use any other version, the installation script requires the package to be named: `filemaker-server-$VERSION-${PROCESSOR}64.deb`
# Base image
UBUNTU=22 # 20/22
# PROCESSOR=arm # amd/arm
# Default: amd
# Base images available:
# deanayalon/fms-prep:u20-amd based on amd64/ubuntu:20.04
# deanayalon/fms-prep:u22-amd based on amd64/ubuntu:22.04
# deanayalon/fms-prep:u22-arm based on arm64v8/ubuntu:22.04
# Mounts
# Make sure the permissions for mounted directories are rwx for user AND group
FILES_MOUNT=
# Default: ./mounts/files
# The path used to store external files, mounted to `/opt/FileMaker/FileMaker Server/Data/Databases/RC_Data_FMS`
BACKUPS_MOUNT=
# Default: ./mounts/backups
# The path used to store backups, mounted to `/opt/FileMaker/FileMaker Server/Data/Backups`
CLONES_MOUNT=
# Default: ./mounts/clones
# The path used to store clone-only backups, mounted to `/opt/FileMaker/FileMaker Server/Data/ClonesOnly`
VOLUME_BACKUP_MOUNT=
# Default: ./mounts/volume-backup
# The path used by the backup and restore services to store tarball backups of the Docker volumes
# Volumes
FMS_VOL=
# Default: fms
# A bind mount may raise permission errors on arm64 machines
# A bind mount might also introduce errors during installation - Need to check
DEVIN_VOL=
# Default: devin
# Docker
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# ! DO NOT PUBLISH THE FINAL IMAGE TO DOCKER HUB! !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# The final image will contain private data
# Such as credentials, API keys and certificates
# Please, ensure the image is secure locally
# Only recreate on-premise, or upload to private registry if you must
IMAGE=
# Default: fms
TAG_PREFIX=
TAG_SUFFIX=
# The image used will be: $IMAGE:[$TAG_PREFIX-]$VERSION-u$UBUNTU-$PROCESSOR[-$TAG_SUFFIX]
# ex. IMAGE=user/private TAG_PREFIX=fms TAG_SUFFIX=devin1.3.dev -> user/private:fms-21.0.1.51-u22-amd-devin1.3.dev
# FileMaker Server license - for download script
LICENSE=
# For standalone container (not using a reverse-proxy) - Use compose.standalone.yml
FMS_PORT=
# Default: 443 The port used to publish FileMaker's HTTPS service