Commit 65f7298c authored by Azhar Hassan's avatar Azhar Hassan

second branch

parent 9443fcbf
Pipeline #4256 failed with stage
in 22 seconds
docker_build:
tags:
- mac
stage: build
image: docker:latest
script:
- docker login 0.0.0.0:8082 -u $NEXUS_REGISTRY_USER -p $NEXUS_REGISTRY_PASSWORD
- docker build -t 0.0.0.0:8082/repository/mac:latest .
- docker push 0.0.0.0:8082/repository/mac:latest
#docker_deploy:
# tags:
# - mac
# stage: deploy
# image: docker:latest
# script:
# - docker-compose up -d
#
version: '3.0'
services:
backend:
image: 0.0.0.0:8082/repository/mac:latest
hostname: backend
container_name: backend
restart: always
ports:
#- 169.60.235.66:2211:22
- 0.0.0.0:4469:8000
#volumes:
#- .:/amazon
stdin_open: true
tty: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment