2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

pin docker images

This commit is contained in:
Frederik Ring 2019-10-23 18:00:56 +02:00
parent 171c770988
commit 404c5a7b39
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
},
{
"name": "server",
"image": "offen/offen:stable",
"image": "offen/offen:stable@sha256:87b77a8db3a3d09007e3fe01771b0c459873c7716426bc8746b5477045d38447",
"essential": true,
"memory": 256,
"command": ["serve"]

View File

@ -23,7 +23,7 @@
},
{
"name": "server",
"image": "offen/offen:latest",
"image": "offen/offen:latest@sha256:e14297bb6c6e03e282b0ce9d38ba2b987ef2a5de16e8943aaae3c3ca75260427",
"essential": true,
"memory": 256,
"command": ["serve"]

View File

@ -12,7 +12,7 @@ services:
- server
server:
image: offen/offen:latest
image: offen/offen:latest@sha256:e14297bb6c6e03e282b0ce9d38ba2b987ef2a5de16e8943aaae3c3ca75260427
command: serve
volumes:
- ./bootstrap.yml:/bootstrap.yml