Deployment log for Fluxer on fluxer.mydomain.net — a free, open-source Discord alternative (AGPLv3).
Fluxer runs as a monolith Docker Compose stack with 6 containers:
| Container | Image | Purpose |
|---|
| <?php | |
| # Register custom post types on the 'init' hook. | |
| add_action( 'init', 'my_register_post_types' ); | |
| /** | |
| * Registers post types needed by the plugin. | |
| * | |
| * @since 1.0.0 | |
| * @access public |