Delete docker-compose.yml

This commit is contained in:
Sébastien Clément 2017-12-20 17:40:43 +01:00 committed by GitHub
parent 2384f93cd0
commit 824498ec84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +0,0 @@
version: '2'
services:
botdiscord:
build: .
networks:
- proxy
environment:
- PORT=8081
- TOKEN=1111111111111 #CHANGE ME!
labels:
- "traefik.frontend.rule=Host:discord.seb6596.ovh"
- "traefik.port=8080"
- "traefik.backend=botdiscord"
- "traefik.frontend.entryPoints=http,https"
#volumes:
# - "/var/run/docker.sock:/var/run/docker.sock"
restart: always
networks:
proxy:
external: true