Make WordPress Core

Opened 8 months ago

Closed 8 months ago

Last modified 8 months ago

#64437 closed enhancement (worksforme)

Docker compose overrides

Reported by: SirLouen Owned by:
Priority: normal Milestone:
Component: Build/Test Tools Version:
Severity: normal Keywords: 2nd-opinion reporter-feedback
Cc: Focuses:

Description

Recently I was reading
https://github.com/WordPress/gutenberg/issues/72838

And it's weird, but I never thought about this and could be the solution to all my problems (aka, FTP server, Mailing w/mailhog, SSL, etc... for testing). Being able to have a default Docker override file, could help with having special setups.

Similar to this #52668 but targeting the whole docker-compose.yml

This could potentially close:
#63421, #63172, #63135

Before thinking in a patch, I would like to hear opinions.

Change History (3)

#1 @SirLouen
8 months ago

cc @desrosj, @johnbillion, @westonruter

#2 follow-up: @westonruter
8 months ago

  • Keywords reporter-feedback added

Similar to this #52668 but targeting the whole docker-compose.yml

This is already possible, is it not? You can already provide an override via docker-compose.override.yml?

#3 in reply to: ↑ 2 @SirLouen
8 months ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

Replying to westonruter:

Similar to this #52668 but targeting the whole docker-compose.yml

This is already possible, is it not? You can already provide an override via docker-compose.override.yml?

Omg! I completely overlooked this section of that patch. Killer adition. And it's interesting because I see that pento added to gitignore the override 6 years ago.

I was still applying my patches 🤦‍♂️

Last edited 8 months ago by SirLouen (previous) (diff)
Note: See TracTickets for help on using tickets.