better-argo-tunnels/archive/docker-compose.production.yml

13 lines
266 B
YAML

services:
tunnel-server:
build:
context: .
target: server
image: ghcr.io/leopere/better-argo-tunnels:production
tunnel-client:
build:
context: .
target: client
image: ghcr.io/leopere/better-argo-tunnels:client-production