HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: //proc/self/root/tmp/002a1aff15622184b10befea8ee776b4.yml
networks:
  custom_bridge:
    external: true

services:
  wordpress:
    image: wordpress:php8.2-fpm-alpine
    restart: always
    ports:
      - "9121:9000"  
    networks:
      - custom_bridge    
    environment:
      WORDPRESS_DB_HOST: sql_theflowery.farm 
      WORDPRESS_DB_USER: root
      WORDPRESS_DB_PASSWORD: dgasff3ddg@@!qafsascawd 
      WORDPRESS_DB_NAME: demo1.woka.io 
      WORDPRESS_TABLE_PREFIX : wp_
    volumes:
      - /www/wwwroot/theflowery.farm/public_html:/var/www/html
      - /www/wwwroot/theflowery.farm/config_php.ini:/usr/local/etc/php/conf.d/uploads.ini

  sql_theflowery.farm:
    image: mariadb:10.4.11
    networks:
      - custom_bridge
    restart: always
    environment:
      MYSQL_DATABASE: demo1.woka.io 
      MYSQL_USER: root
      MYSQL_PASSWORD: dgasff3ddg@@!qafsascawd
      MYSQL_ROOT_PASSWORD: dgasff3ddg@@!qafsascawd
    volumes:
      - /www/wwwroot/theflowery.farm/database:/var/lib/mysql  

volumes:
  wordpress:
  mysql: