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
|
||||
ports:
|
||||
- 27017:27017
|
||||
iptv_admin:
|
||||
fastocloud_admin:
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
image: iptv_admin
|
||||
container_name: iptv_admin
|
||||
image: fastocloud_admin
|
||||
container_name: fastocloud_admin
|
||||
depends_on:
|
||||
- mongodb
|
||||
command: ./server.py
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
image: nginx
|
||||
container_name: nginx
|
||||
depends_on:
|
||||
- iptv_admin
|
||||
- fastocloud_admin
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue