Skip to content

Commit

Permalink
feat: replace image name with data-api
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed May 17, 2024
1 parent 433f9a0 commit e3f854f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
command: /import-sample-data.sh

ogc-features:
image: camptocamp/opendata-ogc-features:latest
image: georchestra/data-api:latest
depends_on:
- postgis
environment:
Expand Down
4 changes: 2 additions & 2 deletions src/services/ogc-features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
<configuration>
<mainClass>com.camptocamp.opendata.ogc.features.app.OgcFeaturesApp</mainClass>
<image>
<name>camptocamp/${project.name}:${project.version}</name>
<name>georchestra/data-api:${project.version}</name>
<tags>
<tag>camptocamp/${project.name}:latest</tag>
<tag>georchestra/data-api:latest</tag>
</tags>
<env>
<BPE_LANG>C.UTF-8</BPE_LANG>
Expand Down

0 comments on commit e3f854f

Please sign in to comment.