Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit a6f465b

Browse files
authored
Update docker-compose with registry image
1 parent 571f01f commit a6f465b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ services:
1717
context: .
1818
dockerfile: ./Dockerfile
1919
container_name: wlts
20-
image: wlts:0.6.0
20+
image: registry.dpi.inpe.br/brazil-data-cube/wlts:latest
2121
restart: unless-stopped
2222
environment:
2323
- "WLTS_URL=http://localhost:8080"
2424
- "WLTS_ENVIRONMENT=ProductionConfig"
2525
networks:
2626
- bdc_net
2727
ports:
28-
- "127.0.0.1:8080:5000"
28+
- "127.0.0.1:8080:5000"

0 commit comments

Comments
 (0)