mjak
mjak
RRailway
Created by mjak on 2/23/2024 in #✋|help
Wordpress Application Error (Dockerfile + 6.4.3-fpm)
Please help I need to deploy many Wordpress installs for a migration and I was consideirng using Railway but struggling just to get a simple Dockerfile + Repo setup going (this is needed to copy across the wp-content etc afaik) (CC @Jack as I know you've done a few WP Templates on Railway so I'd appreciate your help) I'm getting Application failed to respond I'm not sure if I need to do anything around putting the apache2-foreground entrypoint here The Dockerfile is really simple for now just
FROM wordpress:6.4.3-php8.3-fpm-alpine
FROM wordpress:6.4.3-php8.3-fpm-alpine
I've defined all the Env Vars using service Variables in the Repo Service.
Project ID: d7998c4d-22a2-4b65-9f46-34e8ebdc4711 Deploy Logs:
WordPress not found in /var/www/html - copying now...

Complete! WordPress has been successfully copied to /var/www/html

No 'wp-config.php' found in /var/www/html, but 'WORDPRESS_...' variables supplied; copying 'wp-config-docker.php' (WORDPRESS_AUTH_KEY WORDPRESS_AUTH_SALT WORDPRESS_CONFIG_EXTRA WORDPRESS_DB_HOST WORDPRESS_DB_NAME WORDPRESS_DB_PASSWORD WORDPRESS_DB_USER WORDPRESS_LOGGED_IN_KEY WORDPRESS_LOGGED_IN_SALT WORDPRESS_NONCE_KEY WORDPRESS_NONCE_SALT WORDPRESS_SECURE_AUTH_KEY WORDPRESS_SECURE_AUTH_SALT)

[23-Feb-2024 05:45:41] NOTICE: fpm is running, pid 7

[23-Feb-2024 05:45:41] NOTICE: ready to handle connections
WordPress not found in /var/www/html - copying now...

Complete! WordPress has been successfully copied to /var/www/html

No 'wp-config.php' found in /var/www/html, but 'WORDPRESS_...' variables supplied; copying 'wp-config-docker.php' (WORDPRESS_AUTH_KEY WORDPRESS_AUTH_SALT WORDPRESS_CONFIG_EXTRA WORDPRESS_DB_HOST WORDPRESS_DB_NAME WORDPRESS_DB_PASSWORD WORDPRESS_DB_USER WORDPRESS_LOGGED_IN_KEY WORDPRESS_LOGGED_IN_SALT WORDPRESS_NONCE_KEY WORDPRESS_NONCE_SALT WORDPRESS_SECURE_AUTH_KEY WORDPRESS_SECURE_AUTH_SALT)

[23-Feb-2024 05:45:41] NOTICE: fpm is running, pid 7

[23-Feb-2024 05:45:41] NOTICE: ready to handle connections
40 replies