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:
parent
dd7ace0349
commit
af3de343d1
2 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3
|
FROM python:3
|
||||||
|
|
||||||
LABEL maintainer="FastoGT Maintainers <support@fastogt.com>"
|
LABEL maintainer="Alexandr Topilski <support@fastogt.com>"
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
@ -5,11 +5,18 @@ services:
|
||||||
container_name: "mongodb"
|
container_name: "mongodb"
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
|
iptv:
|
||||||
|
image: fastogt/iptv:latest
|
||||||
|
container_name: iptv
|
||||||
|
ports:
|
||||||
|
- 6317:6317
|
||||||
|
- 8000:8000
|
||||||
|
- 7000:7000
|
||||||
iptv_admin:
|
iptv_admin:
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: iptv_admin:1.0.0
|
image: iptv_admin
|
||||||
container_name: iptv_admin
|
container_name: iptv_admin
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue