mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
1a539bf31f
commit
41c8b77a76
1 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,12 @@ services:
|
||||||
container_name: mongodb
|
container_name: mongodb
|
||||||
ports:
|
ports:
|
||||||
- 27017:27017
|
- 27017:27017
|
||||||
iptv_admin:
|
fastocloud_admin:
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: iptv_admin
|
image: fastocloud_admin
|
||||||
container_name: iptv_admin
|
container_name: fastocloud_admin
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
command: ./server.py
|
command: ./server.py
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
image: nginx
|
image: nginx
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
depends_on:
|
depends_on:
|
||||||
- iptv_admin
|
- fastocloud_admin
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue