GiteaForwarder/docker-compose.yml
BradBot_1 5c4040acc5
All checks were successful
continuous-integration/drone/push Build is passing
CHORE: update docker compose to new requirements
2023-02-23 23:10:21 +00:00

18 lines
350 B
YAML

version: '3'
services:
forwarder:
build: .
image: bradbot1/gitea-forwarder
ports:
- '80:80'
environment:
PORT: 80
# if you want ssl
#SSL_CERT_PATH:
#SSL_KEY_PATH:
#SSL_PASSWORD:
README_NAME: GiteaForwarder
README_EMAIL: donotreply@bb1.fun
volumes:
- ./data.json:./data.json