20 lines
407 B
Plaintext
20 lines
407 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
|
|
ports:
|
|
- 443:443
|
|
command: apachectl -D FOREGROUND
|
|
tty: true
|