refactor: System Deploy

This commit is contained in:
2026-06-18 18:17:39 -05:00
parent ad8334d11c
commit b32114f883
3 changed files with 5 additions and 6 deletions

View File

@@ -5,5 +5,4 @@ inotify==0.2.10
honcho==2.0.0
pudb==2025.1
urwid==3.0.2
freezegun==1.5.1
psycopg2==2.9.10
freezegun==1.5.1

View File

@@ -1,5 +1,5 @@
# TOMADO DE: https://hg.tryton.org/tryton-docker/file/tip/6.6/Dockerfile
FROM node as builder-node
FROM node AS builder-node
ARG TRYTOND_VERSION

View File

@@ -1,13 +1,13 @@
require 'yaml'
require 'digest'
DOCKER_COMPOSE_TEST='docker-compose.test.yml'
DOCKER_COMPOSE_TEST='docker-compose.test.yaml'
ENV_FILE_DEV='.env.development'
DOCKER_COMOPSE_LIVE='docker-compose.live.yml'
DOCKER_COMPOSE_LIVE='docker-compose.live.yaml'
ENV_FILE_LIVE='.env.development'
DOCKER_COMPOSE_DEPLOY='docker-compose.prod.yml'
DOCKER_COMPOSE_DEPLOY='docker-compose.prod.yaml'
ENV_FILE_DEPLOY='.env.production'
desc 'iniciar entorno'