namespace
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-01-11 08:35:48 +01:00
parent c2856bd2c0
commit 7c13435791
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ steps:
settings:
dockerfile: docker/Dockerfile.php
auto_tag: true
repo: registry.xrg.io/xrg.es
repo: registry.xrg.io/xrges/php
registry: https://registry.xrg.io
username:
from_secret: registry_username
@ -42,7 +42,7 @@ steps:
settings:
dockerfile: docker/Dockerfile.nginx
auto_tag: true
repo: registry.xrg.io/xrg.es
repo: registry.xrg.io/xrges/nginx
registry: https://registry.xrg.io
username:
from_secret: registry_username
@ -60,7 +60,7 @@ steps:
settings:
dockerfile: docker/Dockerfile.redis
auto_tag: true
repo: registry.xrg.io/xrg.es
repo: registry.xrg.io/xrges/redis
registry: https://registry.xrg.io
username:
from_secret: registry_username

View File

@ -2,7 +2,7 @@ version: '3.8'
services:
xrges-nginx:
image: registry.xrg.io/xrg.es/nginx:latest
image: registry.xrg.io/xrges/nginx:latest
restart: unless-stopped
ports:
- "8086:80"
@ -10,11 +10,11 @@ services:
- xrges-php
xrges-php:
image: registry.xrg.io/xrg.es/php:latest
image: registry.xrg.io/xrges/php:latest
restart: unless-stopped
xrges-redis:
image: registry.xrg.io/xrg.es/redis:latest
image: registry.xrg.io/xrges/redis:latest
restart: unless-stopped
volumes:
- ./redis:/data