Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CentOS-6 6.10 x86_64, Apache 2.2, PHP-CGI 5.3 (FastCGI), PHP memcached 1.0, PHP

### 1.13.0 - Unreleased

- Updates description in `centos-ssh-apache-php-fcgi.register@.service`.
- Adds `.env` files to `.gitignore` for exclusion from version control.
- Removes unused `DOCKER_PORT_MAP_TCP_22` variable from environment includes.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
#
# To uninstall:
# sudo systemctl disable -f {service-unit-instance-name}
# sudo systemctl daemon-reload
# sudo rm /etc/systemd/system/{service-unit-template-name}
# sudo systemctl daemon-reload
# ------------------------------------------------------------------------------

[Unit]
Description=centos-apache-php-fcgi etcd registration // %p@%i
Description=centos-ssh-apache-php-fcgi etcd registration // %p@%i
After=etcd.service
After=etcd2.service
After={{SERVICE_UNIT_NAME}}@%i.service
Expand Down
2 changes: 1 addition & 1 deletion src/etc/systemd/system/centos-ssh-apache-php-fcgi@.service
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ After=docker.service
Restart=on-failure
RestartSec=30
TimeoutStartSec=1200
Environment="DOCKER_USER=jdeathe"
Environment="DOCKER_CONTAINER_OPTS="
Environment="DOCKER_IMAGE_PACKAGE_PATH=/var/opt/scmi/packages"
Environment="DOCKER_IMAGE_NAME=centos-ssh-apache-php-fcgi"
Environment="DOCKER_IMAGE_TAG={{RELEASE_VERSION}}"
Environment="DOCKER_PORT_MAP_TCP_80=8080"
Environment="DOCKER_PORT_MAP_TCP_443=9443"
Environment="DOCKER_PORT_MAP_TCP_8443=NULL"
Environment="DOCKER_USER=jdeathe"
Environment="APACHE_AUTOSTART_HTTPD_BOOTSTRAP=true"
Environment="APACHE_AUTOSTART_HTTPD_WRAPPER=true"
Environment="APACHE_CONTENT_ROOT=/var/www/app"
Expand Down