feat: manager specific

manager
Guillermo Pages 1 month ago
parent 344d83054e
commit a1c7ee874e

@ -1,7 +1,7 @@
sn48: sn48:
vault: vault:
hydrate: hydrate:
# vault-new-project --env_file .env.prod --name playchoo-auth --inventory_hostname sn48 # vault-new-project --env_file .env.prod --name playchoo-manager-auth --inventory_hostname sn48
branches: branches:
- master - master
deploy: 5 deploy: 5

@ -32,7 +32,7 @@ steps:
dockerfile: Dockerfile dockerfile: Dockerfile
context: . context: .
registry: registry.sn48.zivili.ch registry: registry.sn48.zivili.ch
repo: registry.sn48.zivili.ch/meow/playchoo-auth repo: registry.sn48.zivili.ch/meow/playchoo-manager-auth
tags: tags:
- "amd64-1.0.0" - "amd64-1.0.0"
- "latest" - "latest"
@ -45,8 +45,8 @@ steps:
force_tag: true force_tag: true
# Pull cache from registry images # Pull cache from registry images
cache_from: cache_from:
- "registry.sn48.zivili.ch/meow/playchoo-auth:latest" - "registry.sn48.zivili.ch/meow/playchoo-manager-auth:latest"
- "registry.sn48.zivili.ch/meow/playchoo-auth:amd64-1.0.0" - "registry.sn48.zivili.ch/meow/playchoo-manager-auth:amd64-1.0.0"
when: when:
event: event:
- push - push

@ -1,7 +1,7 @@
version: '3.8' version: '3.8'
services: services:
playchoo-auth: playchoo-manager-auth:
build: build:
context: . context: .
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev

@ -1,7 +1,7 @@
version: '3.8' version: '3.8'
services: services:
playchoo-auth: playchoo-manager-auth:
image: "${DOCKER_IMAGE}" image: "${DOCKER_IMAGE}"
pull_policy: always pull_policy: always
container_name: "${REVERSE_DOMAIN}" container_name: "${REVERSE_DOMAIN}"

Loading…
Cancel
Save