1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00

Install service

This commit is contained in:
topilski 2019-06-06 21:59:18 -04:00
parent dd7ace0349
commit af3de343d1
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM python:3
LABEL maintainer="FastoGT Maintainers <support@fastogt.com>"
LABEL maintainer="Alexandr Topilski <support@fastogt.com>"
COPY . /app
WORKDIR /app

View file

@ -5,11 +5,18 @@ services:
container_name: "mongodb"
ports:
- 27017:27017
iptv:
image: fastogt/iptv:latest
container_name: iptv
ports:
- 6317:6317
- 8000:8000
- 7000:7000
iptv_admin:
build:
context: ./
dockerfile: Dockerfile
image: iptv_admin:1.0.0
image: iptv_admin
container_name: iptv_admin
depends_on:
- mongodb