Skip to content

Commit

Permalink
feat: show version
Browse files Browse the repository at this point in the history
  • Loading branch information
janikvonrotz committed Jan 24, 2025
1 parent 9a56874 commit e3ecb74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion localhost/host_vars/localhost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ nginx_proxies:
proxy_set_header Connection $connection_upgrade;
include /etc/nginx/conf.d/proxy-params.conf;
# https://hub.docker.com/_/odoo/
# https://hub.docker.com/r/mintsystem/odoo/
odoo_revision: "18.0.20250106"
odoo_image: mintsystem/odoo:18.0.20250106
odoo_build_image: true
Expand Down
1 change: 1 addition & 0 deletions task
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ function galaxy-publish() {

function test() {
activate-venv
version
if [ "$1" = "clean" ]; then
echo "Cleanup localhost"
ansible-playbook -i localhost plays/clean.yml -t odoo,odoo_data,odoo_volume,postgres,postgres_data,postgres_volume,meilisearch,meilisearch_data,meilisearch_volume,pgadmin,pgadmin_data,pgadmin_volume,n8n,n8n_data,n8n_volume,nginx,nginx_data,nginx_volume,metabase,metabase_data,metabase_volume
Expand Down

0 comments on commit e3ecb74

Please sign in to comment.