-
Notifications
You must be signed in to change notification settings - Fork 3
/
template.env
68 lines (58 loc) · 2.56 KB
/
template.env
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
65
66
67
68
# FileMaker Server version
# VERSION=19.6.4.402 # Works with Ubutnu 20
# VERSION=20.3.2.205 # Works with Ubuntu 22
VERSION=21.0.2.202 # Works with Ubuntu 22
# These are the latest updates available for each major version of FileMaker Server, as of July 12, 2024
# 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:
# deanaylon/fms-prep:u20-amd based on amd64/ubuntu:20.04
# deanaylon/fms-prep:u22-amd based on amd64/ubuntu:22.04
# deanaylon/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`
DEV_BACKUP_MOUNT=
# Default: ./mounts/dev-backup
# The path used by the backup and restore services to store backups of the Devin.fm development server
# 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.1.prod -> user/private:fms-21.0.1.51-u22-amd-devin1.1.prod
# FileMaker Server license - for download script
LICENSE=
# For standalone container - Use compose.standalone.yml
FMS_PORT=
# Default: 443
# When used along with nginx-proxy - Use compose.proxy.yml
DOMAIN=
CERT_NAME=
# Default: $DOMAIN