PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
644 B

# -------------------
# APLICA<EFBFBD><EFBFBD>O
# -------------------
## BUILD IMAGE ##
# docker image build -t simplesip-web ./simplesip
#
# ## RUN CONTAINER ##
# docker run -d --name simplesip-web --privileged -p 8080:80 -e DB_PORT=5432 -e DB_HOST="127.0.0.1" -e DB_BASE=pbx -e DB_USER=contacte -e DB_PASSWD=ctepgSQL simplesip-web
#
# --------------------
# BANCO DE DADOS
# --------------------
# ## BUILD IMAGE ##
# docker image build -t simplesip-postgres ./postgresql
#
# ## RUN CONTAINER ##
# docker run --name simplesip-postgres -e POSTGRES_DB=pbx -e POSTGRES_USER=contacte -e POSTGRES_PASSWORD=ctepgSQL -p 5433:5432 -d simplesip-postgres
#