1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-31 01:39:50 +02:00

feat: docker image

The new Dockerfile is based on a smaller image (httpd instead of php) and is more secure due to a smaller attack surface. It also comes with a docker-compose configuration and offers some options.

The Dockerfile is using a multi-stage build, and it using the brand new apaxy install script. It is also running as non root so the image can run in a secured container cluster.
This commit is contained in:
oupala
2019-05-20 16:45:27 +02:00
parent 26e919af93
commit f2a81442d1
4 changed files with 58 additions and 35 deletions

View File

@@ -0,0 +1,3 @@
You can place your file in the "share" directory (here!) so that they are accessible if you use docker-compose.
If you want to share files at the root level of your docker container, you'll have to edit the Dockerfile.