feat: Remove kosssi from repository name
This commit is contained in:
parent
d2b84a6bdc
commit
c33bc993bc
|
@ -45,7 +45,7 @@ steps:
|
|||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
repo: registry.lamelio.fr/kosssi/histoiredunpied
|
||||
repo: registry.lamelio.fr/histoiredunpied
|
||||
registry: registry.lamelio.fr
|
||||
auto_tag: true
|
||||
tags:
|
||||
|
|
|
@ -9,7 +9,7 @@ volumes:
|
|||
services:
|
||||
histoiredunpied-autopush:
|
||||
container_name: histoiredunpied-autopush
|
||||
image: registry.lamelio.fr/kosssi/autopush
|
||||
image: registry.lamelio.fr/autopush
|
||||
depends_on:
|
||||
- histoiredunpied
|
||||
environment:
|
||||
|
@ -23,10 +23,7 @@ services:
|
|||
|
||||
histoiredunpied-logs:
|
||||
container_name: histoiredunpied-logs
|
||||
image: registry.lamelio.fr/kosssi/goaccess
|
||||
environment:
|
||||
FILE_LOG: /var/log/nginx/access.log
|
||||
FILE_OUTPUT: /usr/share/nginx/html/stats.html
|
||||
image: registry.lamelio.fr/goaccess
|
||||
depends_on:
|
||||
- histoiredunpied-autopush
|
||||
volumes:
|
||||
|
@ -37,7 +34,7 @@ services:
|
|||
|
||||
histoiredunpied:
|
||||
container_name: ${NAME}
|
||||
image: registry.lamelio.fr/kosssi/histoiredunpied
|
||||
image: registry.lamelio.fr/histoiredunpied
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue