mirror of
https://github.com/palxiao/poster-design.git
synced 2025-06-08 03:19:59 +08:00
16 lines
255 B
YAML
16 lines
255 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
poster-web:
|
|
image: heimanba/poster-web
|
|
ports:
|
|
- "80:80"
|
|
depends_on:
|
|
- poster-api
|
|
network_mode: host
|
|
|
|
poster-api:
|
|
image: heimanba/poster-api
|
|
ports:
|
|
- "7001:7001"
|
|
network_mode: host |