sunetdrive/templates/lookup/docker-compose_lookup.yml.erb

18 lines
380 B
Plaintext

version: '3.2'
services:
app:
container_name: lookup_app_1
image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %>
restart: always
volumes:
- /opt/lookup/config.php:/var/www/html/config/config.php
network_mode: host
dns:
- 89.46.20.75
- 89.46.21.29
- 89.32.32.32
command: apachectl -D FOREGROUND
tty: true