Compare commits
2 Commits
29713c9680
...
master
Author | SHA1 | Date | |
---|---|---|---|
aa7ee059f8 | |||
fb73b1a96e |
7
nextcloud/Dockerfile
Normal file
7
nextcloud/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM nextcloud:28
|
||||||
|
|
||||||
|
RUN set -ex; \
|
||||||
|
\
|
||||||
|
apt-get update; \
|
||||||
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
@ -8,7 +8,9 @@ services:
|
|||||||
env_file: live.env
|
env_file: live.env
|
||||||
image: mariadb:10.11
|
image: mariadb:10.11
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW
|
command:
|
||||||
|
--transaction-isolation=READ-COMMITTED --log-bin=ROW
|
||||||
|
--log_bin_trust_function_creators=true
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
networks:
|
networks:
|
||||||
@ -50,7 +52,9 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
image: nextcloud:28
|
build:
|
||||||
|
context: ./
|
||||||
|
dockerfile: Dockerfile
|
||||||
labels:
|
labels:
|
||||||
# Watchtower
|
# Watchtower
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
valheim:
|
valheim:
|
||||||
image: clarkent86/valheim-server
|
image: lloesche/valheim-server:latest
|
||||||
cap_add:
|
cap_add:
|
||||||
- sys_nice
|
- sys_nice
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user