-
Ensure Docker and Docker Compose are installed on your system.
-
Clone this repository:
git clone https://github.com/your-repo/rxpress-web.git cd rxpress-web -
Build the Docker image:
docker build -t rxpress-web . -
Run the container and connect it to the
local_projectsnetwork:docker run -d --name rxpress-web --network local_projects -p 8080:80 rxpress-web
-
Ensure your MariaDB container is running on the same
local_projectsnetwork. -
Access the application at
http://localhost:8080.
- Ensure the MariaDB container is running with the following credentials:
- Host:
mariadb - Username:
root - Password:
root - Database:
rxpressdb
- Host:
- Username: admin
- Password: admin
- Username: user
- Password: pass