feat: Remove kosssi from repository name

This commit is contained in:
Simon 2020-03-24 15:32:41 +01:00
parent d2b84a6bdc
commit c33bc993bc
2 changed files with 4 additions and 7 deletions

View File

@ -45,7 +45,7 @@ steps:
from_secret: REGISTRY_USER from_secret: REGISTRY_USER
password: password:
from_secret: REGISTRY_PASSWORD from_secret: REGISTRY_PASSWORD
repo: registry.lamelio.fr/kosssi/histoiredunpied repo: registry.lamelio.fr/histoiredunpied
registry: registry.lamelio.fr registry: registry.lamelio.fr
auto_tag: true auto_tag: true
tags: tags:

View File

@ -9,7 +9,7 @@ volumes:
services: services:
histoiredunpied-autopush: histoiredunpied-autopush:
container_name: histoiredunpied-autopush container_name: histoiredunpied-autopush
image: registry.lamelio.fr/kosssi/autopush image: registry.lamelio.fr/autopush
depends_on: depends_on:
- histoiredunpied - histoiredunpied
environment: environment:
@ -23,10 +23,7 @@ services:
histoiredunpied-logs: histoiredunpied-logs:
container_name: histoiredunpied-logs container_name: histoiredunpied-logs
image: registry.lamelio.fr/kosssi/goaccess image: registry.lamelio.fr/goaccess
environment:
FILE_LOG: /var/log/nginx/access.log
FILE_OUTPUT: /usr/share/nginx/html/stats.html
depends_on: depends_on:
- histoiredunpied-autopush - histoiredunpied-autopush
volumes: volumes:
@ -37,7 +34,7 @@ services:
histoiredunpied: histoiredunpied:
container_name: ${NAME} container_name: ${NAME}
image: registry.lamelio.fr/kosssi/histoiredunpied image: registry.lamelio.fr/histoiredunpied
environment: environment:
- TZ=${TIMEZONE} - TZ=${TIMEZONE}
volumes: volumes: