mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
change obsolete docker image "docker/compose:1.29.2" to "docker:25.0"
This commit is contained in:
parent
35f21ba697
commit
525ebf2b45
|
@ -27,7 +27,7 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
image: docker/compose:1.29.2
|
image: docker:25.0
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
|
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
|
||||||
commands:
|
commands:
|
||||||
|
|
|
@ -27,7 +27,7 @@ precommit:
|
||||||
pytest:
|
pytest:
|
||||||
stage: test
|
stage: test
|
||||||
{%- if cookiecutter.use_docker == 'y' %}
|
{%- if cookiecutter.use_docker == 'y' %}
|
||||||
image: docker/compose:1.29.2
|
image: docker:25.0
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user