Files
protonmail-bridge/docker-compose.yml
T
daniel156161 6d32d1a32f
Build and Push Docker Container / build-and-push (push) Has started running
update build that it use the VERSION file as Argument for gitea action build
2025-10-14 16:36:30 +02:00

17 lines
322 B
YAML

services:
protonmail-bridge:
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