mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-22 07:03:21 +01:00
Solved portfolio path bug and updated README.md
This commit is contained in:
parent
fb4cc305c2
commit
e94bcc3049
@ -1,2 +1,11 @@
|
||||
# role docker-portfolio
|
||||
create a portfolio with flask. Uses https://github.com/kevinveenbirkenbach/portfolio
|
||||
# Docker Role: Flask-based Portfolio Setup 🚀
|
||||
|
||||
This Ansible role facilitates setting up a Flask-based [portfolio application](https://github.com/kevinveenbirkenbach/portfolio) in a Docker container. It allows you to showcase your projects, services, or online presence using a customizable YAML configuration file.
|
||||
|
||||
## Features ✨
|
||||
|
||||
- **Automated Setup**: Quickly deploy a portfolio using Docker.
|
||||
- **Customizable Content**: Modify the portfolio using a YAML file.
|
||||
- **Responsive Design**: Built with Bootstrap for optimal viewing on any device.
|
||||
- **Dynamic Navigation**: Multi-level menus using nested YAML configurations.
|
||||
- **Cache Management**: Efficient asset caching for improved performance.
|
@ -10,7 +10,7 @@
|
||||
|
||||
- name: create {{docker_compose_instance_directory}}/app/config.yaml
|
||||
copy:
|
||||
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/docker/app/portfolio/config.yaml"
|
||||
src: "{{ inventory_dir }}/files/{{ inventory_hostname }}/docker/portfolio/config.yaml"
|
||||
dest: "{{docker_compose_instance_directory}}/app/config.yaml"
|
||||
notify: docker compose project setup
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user