update build that it use the VERSION file as Argument for gitea action build
Build and Push Docker Container / build-and-push (push) Has started running
Build and Push Docker Container / build-and-push (push) Has started running
This commit is contained in:
+8
-6
@@ -1,14 +1,16 @@
|
||||
version: '2.1'
|
||||
|
||||
services:
|
||||
protonmail-bridge:
|
||||
image: shenxn/protonmail-bridge
|
||||
ports:
|
||||
- 1025:25/tcp
|
||||
- 1143:143/tcp
|
||||
container_name: protonmail-bridge
|
||||
image: daniel156161/protonmail-bridge
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./build
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VERSION: v3.21.2
|
||||
volumes:
|
||||
- protonmail:/root
|
||||
|
||||
volumes:
|
||||
protonmail:
|
||||
name: protonmail
|
||||
|
||||
Reference in New Issue
Block a user