mer. 19 août 2026 13:21:25 CEST
This commit is contained in:
@@ -2,7 +2,7 @@ Example docker-compose.yml file
|
|||||||
```
|
```
|
||||||
services:
|
services:
|
||||||
backup:
|
backup:
|
||||||
image: ghcr.io/emilch/postgresql-container-backup:main
|
image: pgsql-backup:16-main
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./backup:/backup
|
- ./backup:/backup
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export TAG=16-$(date '+%s')
|
export TAG=16-$(date '+%s')
|
||||||
docker compose build --push
|
docker compose build --push
|
||||||
echo "The tag to use is: 16-$TAG"
|
echo "The tag to use is: $TAG"
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
services:
|
services:
|
||||||
ttrss:
|
ttrss:
|
||||||
build: ./
|
build: ./
|
||||||
image: registry.cheriches.eu/pgsql-backup:16-${TAG}
|
image: registry.cheriches.eu/pgsql-backup:${TAG}
|
||||||
|
|||||||
Reference in New Issue
Block a user