docker compose

This commit is contained in:
Oliver
2025-08-06 14:53:27 -03:00
parent b79b15b0ee
commit 2f0d7e7d31
7 changed files with 51 additions and 45 deletions

22
docker/push Executable file
View File

@@ -0,0 +1,22 @@
#!/bin/bash
VERSION=":latest"
while getopts ":r" opt; do
case ${opt} in
r )
VERSION=":release"
;;
\? )
echo "Invalid option: -$OPTARG" >&2
exit 1
;;
esac
done
echo "Version $VERSION"
#docker login docker.odoo4projects.com
docker push docker.odoo4projects.com/od8n/n8n$VERSION