Commit graph

11 commits

Author SHA1 Message Date
Tom Wiesing
db2ad9b4bd
compose.yml: network.external.name => network.name
This commit updates the various `docker-compose.yml` files to replace
`network.external.name` with `network.name`.
2022-09-08 14:39:02 +02:00
Tom Wiesing
45ee6b665e
Add a resolver
This commit adds a resolver to the toplevel Distillery domain, to allow
resolving domains globally.
2022-08-01 15:41:20 +02:00
Tom Wiesing
32f9876307
Update nginx timeout to match max_execution_time 2021-11-17 11:27:19 +01:00
Tom Wiesing
793eab5c2d
Update nginx timeouts 2021-11-17 10:57:57 +01:00
Tom Wiesing
185c98d0af
Revert "Downgrade to nginx-proxy 0.9.0"
This reverts commit dcabdacd59.
2021-07-14 11:26:33 -04:00
Tom Wiesing
dcabdacd59
Downgrade to nginx-proxy 0.9.0 2021-07-14 10:44:42 -04:00
Tom Wiesing
0bda3d7b1f
compose/web: Keep track of acme state 2021-02-08 11:13:24 +01:00
Tom Wiesing
19b584408d
Increase php limits 2020-10-07 12:37:55 +02:00
Tom Wiesing
7cbfaf99d5
barrel: Increase max upload size to 250 MB
This commit increases the maximal php upload size to 250 MB (from the
default of 2).
2020-08-14 11:08:06 +02:00
Tom Wiesing
56a44f8db3
Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the
repository.
2020-07-02 11:26:32 +02:00
Tom Wiesing
76ef5d8e68
Switch to using Docker
This commit refactors all code in this project to make use of docker.
This has not yet been documented properly.
2020-06-26 12:54:47 +02:00