Remove container names from containers

They're not needed for anything, and caused annoying weird issues when cycling containers
This commit is contained in:
Jake Howard 2020-06-27 17:45:28 +01:00
parent 681d591176
commit fe5a5984c3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
21 changed files with 0 additions and 23 deletions

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
duplicati:
image: linuxserver/duplicati:v2.0.5.1-2.0.5.1_beta_2020-01-18-ls61
container_name: duplicati
hostname: "{{ ansible_fqdn }}"
environment:
- PUID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
homeassistant:
image: homeassistant/home-assistant:stable
container_name: home-assistant
network_mode: host
volumes:
- ./config:/config

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
calibre:
image: linuxserver/calibre-web:latest
container_name: calibre
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
folding-at-home:
image: linuxserver/foldingathome:latest
container_name: folding-at-home
cpus: 0.75
environment:
- TZ=Europe/London
@ -13,5 +12,4 @@ services:
- ./config:/config
ports:
- 7396:7396
- 36330:36330
restart: unless-stopped

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
gitea:
image: gitea/gitea:1.12.1
container_name: gitea
restart: unless-stopped
environment:
- USER_UID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
duplicati:
image: gotify/server:2.0.16
container_name: gotify
environment:
- TZ=Europe/London
volumes:

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
jellyfin:
image: linuxserver/jellyfin:v10.5.5-ls58
container_name: jellyfin
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
librespeed:
image: linuxserver/librespeed:latest
container_name: librespeed
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
nextcloud:
image: linuxserver/nextcloud:19.0.0-ls87
container_name: nextcloud
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}
@ -62,7 +61,6 @@ services:
collabora:
image: collabora/code:latest
container_name: collabora
restart: unless-stopped
cap_add:
- MKNOD

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
quassel-core:
image: linuxserver/quassel-core:latest
container_name: quassel
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
todoist-github:
image: theorangeone/todoist-github:latest
container_name: todoist-github
restart: unless-stopped
command: python3 -m todoist_github --interval 900
environment:

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
deluge:
image: linuxserver/deluge:latest
container_name: deluge
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
tt-rss:
image: lunik1/tt-rss:latest
container_name: tt-rss
environment:
- PUID={{ docker_user.id }}
- PGID={{ docker_user.id }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
wallabag:
image: wallabag/wallabag:latest
container_name: wallabag
restart: unless-stopped
environment:
- SYMFONY__ENV__SECRET={{ wallabag_secret }}

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
web-rng:
image: docker.pkg.github.com/realorangeone/web-rng/web-rng:latest
container_name: web-rng
restart: unless-stopped
labels:
- traefik.enable=true

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
whoami:
image: containous/whoami:latest
container_name: whoami
restart: unless-stopped
labels:
- traefik.enable=true

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
netdata:
image: netdata/netdata:latest
container_name: netdata
cap_add:
- SYS_PTRACE
security_opt:

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
3proxy:
image: riftbit/3proxy:latest
container_name: 3proxy
restart: unless-stopped
ports:
- 1080:1080

View File

@ -3,7 +3,6 @@ version: "2.3"
services:
statping:
image: hunterlong/statping:v0.80.70
container_name: statping
restart: unless-stopped
volumes:
- ./statping:/app

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
traefik:
container_name: traefik
image: traefik:v2.2.1
network_mode: host
volumes:

View File

@ -2,7 +2,6 @@ version: "2.3"
services:
website:
image: docker.pkg.github.com/realorangeone/theorangeone.net/theorangeone.net:latest
container_name: theorangeone.net
environment:
- TZ=Europe/London
restart: unless-stopped