mirror of
https://git.myvelabs.com/docker/docker-compose.yaml.git
synced 2025-12-17 22:56:17 +00:00
Reboot
This commit is contained in:
parent
b7336a277f
commit
e650d80b1e
58 changed files with 1747 additions and 0 deletions
9
olivetin/.env
Normal file
9
olivetin/.env
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Environment file for docker-compose.yaml
|
||||
# Generate new passwords with:
|
||||
# openssl rand -hex 32
|
||||
|
||||
# Fill in registry
|
||||
REGISTRY=
|
||||
|
||||
# Olivetin
|
||||
OLIVETIN_PORT=
|
||||
17
olivetin/docker-compose.yaml
Normal file
17
olivetin/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
|
||||
# https://docs.olivetin.app/install-compose.html
|
||||
olivetin:
|
||||
container_name: olivetin
|
||||
image: ${REGISTRY}/olivetin
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${OLIVETIN_PORT:-1337}:1337
|
||||
volumes:
|
||||
- ./config:/config
|
||||
networks:
|
||||
- olivetin
|
||||
|
||||
networks:
|
||||
olivetin:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue