87 Commits

Author SHA1 Message Date
William Miceli 2ced7fbe53 Changed Crontab to use php7 2019-08-28 19:56:36 -04:00
William Miceli 6946fe7d29 Added WORKDIR 2019-08-22 19:23:12 -04:00
William Miceli ba757d6bb0 Fixed move operation 2019-08-20 16:38:06 -04:00
William Miceli 7379ba98b1 Only the 'user' directory of Grav will be moved and copied when needed now 2019-08-20 13:53:24 -04:00
William Miceli b92bb4aa21 Default files will be saved to /user/src/grav now instead of being put into an archive file 2019-08-20 13:26:00 -04:00
William Miceli ea51912d91 Changed volume to allow entire web directory 2019-08-20 10:33:22 -04:00
William Miceli 31900331b6 Reordered Cron and preparation of Grav files to be later as they are the ones to be changed more frequently; Entire Grav directory now archived temporarily 2019-08-19 18:45:21 -04:00
William Miceli 158d357875 Unfinished, untested. 2019-06-05 21:25:25 -04:00
William Miceli a4b905b165 Changed syntax on Volume declaration 2019-06-01 12:19:15 -04:00
William Miceli 5c67e9d3b6 Added volume declaration 2019-05-31 17:21:14 -04:00
William Miceli 450185aaba Fixed having duplicate cron run-parts jobs for root and nginx 2019-05-18 23:46:40 -04:00
William Miceli c974b975cb Removed volume declaration since it seems it's unnecessary 2019-05-18 23:44:53 -04:00
William Miceli 124dfcfc06 Added volume declaration 2019-05-17 22:38:25 -04:00
William Miceli 34357687bf Changed crontab to be for nginx user, not root 2019-05-16 23:49:30 -04:00
William Miceli 33ff21aafe Added cron job for Grav Scheduler 2019-05-15 22:38:35 -04:00
William Miceli a8bc3b4a56 Simplified entrypoint 2019-05-15 12:18:08 -04:00
William Miceli fe9530fb64 Changed virtual package name 2019-05-15 09:59:00 -04:00
William Miceli e05114b2b3 Added cron package, not yet implemented 2019-05-15 09:56:49 -04:00
William Miceli 377309623f Updated NGINX tag to be updated 2019-05-15 09:43:08 -04:00
William Miceli e99686a242 Trying to pass environment variable automatically 2019-05-03 21:05:09 -04:00
William Miceli 4551c364f2 Testing if curly brackets fix the issue 2019-05-03 20:48:36 -04:00
William Miceli b80ebb4886 Removed GRAV_VERSION from inside of Dockerfile. Now defined in project settings 2019-05-03 20:41:18 -04:00
William Miceli 1b082f3ba2 Added php7-simplexml 2019-04-30 21:12:48 -04:00
William Miceli 46339a06d8 Update to Grav v1.6.8 2019-04-30 21:05:08 -04:00
William Miceli 577c0867b5 Added php7-dom and php7-openssl packages 2019-04-30 20:59:57 -04:00
William Miceli 2b97930fad Added php7-session package to try and fix error 2019-04-30 20:56:33 -04:00
William Miceli 942f8f1dd1 Added php7-json package 2019-04-30 20:40:22 -04:00
William Miceli 1ea3d7b644 Different way to adjust configuration 2019-04-30 20:24:34 -04:00
William Miceli 471aebcbfc Trying to get a newline to work in sed 2019-04-30 19:08:45 -04:00
William Miceli 470559e37b Changed user & group to nginx in php-fpm config 2019-04-30 18:59:04 -04:00
William Miceli 8a5c007d0e Modified php-fpm socket location 2019-04-30 18:48:50 -04:00
William Miceli e18e83f174 Trying without www-data, and just using nginx instead 2019-04-30 18:38:51 -04:00
William Miceli 654914f513 Copied what official PHP alpine image does... 2019-04-01 20:11:17 -04:00
William Miceli 30acae24ff PHP to use socket instead of TCP/IP 2019-03-31 18:20:11 -04:00
William Miceli 20565f0947 Back to one RUN command, and made unzip run quietly 2019-03-31 17:38:43 -04:00
William Miceli a83cde008c New nginx.conf file set to use pnp7.2; modify group file directly 2019-03-31 17:34:41 -04:00
William Miceli 477141906c Don't know about editing the groups file yet 2019-03-31 17:14:57 -04:00
William Miceli f341d65879 usermod may work still 2019-03-31 17:08:07 -04:00
William Miceli a4c9db3c74 Typo 2019-03-31 16:45:01 -04:00
William Miceli b94c36d333 Testing 2019-03-31 16:43:33 -04:00
William Miceli 8e62d45286 Added www-data user and group 2019-03-31 16:38:22 -04:00
William Miceli 3e1150583a Fixed typo and split RUN to identify issue 2019-03-31 15:57:22 -04:00
William Miceli 36e8c0e76e Attempting to convert to alpine 2019-03-31 15:37:30 -04:00
William Miceli a7c7ca1726 Doesn't like not having a destination... 2019-03-30 20:56:30 -04:00
William Miceli 754084ba6f Testing fully automated startup 2019-03-30 20:55:14 -04:00
William Miceli 7216275915 Typo fix 2019-03-30 18:57:07 -04:00
William Miceli 5001576a77 Seems like it's needed...unfortunately. Will look into it more in the future 2019-03-30 18:56:02 -04:00
William Miceli a32ca39423 Testing to see if I can do without this 2019-03-30 18:28:11 -04:00
William Miceli 452cd88d86 Typo and made chown recursive 2019-03-30 18:13:11 -04:00
William Miceli 5881390b55 Changed to having Grav be located at the root of web directory 2019-03-30 18:07:53 -04:00