File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 NOMAD_VAR_HEALTH_TIMEOUT : ' 9m'
1414 NOMAD_VAR_PERSISTENT_VOLUME : ' /var/www/html'
1515 NO_TEST : true
16- BASE_DOMAIN : x.archive.org
17- # BASE_DOMAIN: ux-b.archive.org # xxxx
16+ BASE_DOMAIN : ux-b.archive.org
1817 # NOMAD_VAR_PORTS: '{ -1 = "http", -1 = "db" }' # xxxx
1918 # NOMAD_VAR_NETWORK_MODE: 'host' # xxxx
2019
Original file line number Diff line number Diff line change 1+ #
2+ # PREREQUISITES!
3+ # sudo mkdir -p -m777 /pv/internetarchive-nomad-wordpress-db
4+ #
15task "db" {
26 driver = " docker"
37 lifecycle {
@@ -9,7 +13,6 @@ task "db" {
913 ports = [" db" ]
1014 volumes = [" /pv/${ var . CI_PROJECT_PATH_SLUG } -db:/var/lib/mysql" ] # xxxx
1115
12-
1316 # workaround a nomad orchestration of mysql container issue with mysql container use of
1417 # 'ioctl' for 'autodetection of TTY or not?' on startup
1518 tty = true
You can’t perform that action at this time.
0 commit comments