Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 33eafdf

Browse files
[skip ci]
1 parent 981e1dd commit 33eafdf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker/docker-compose.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: "3"
2+
services:
3+
taas-app:
4+
image: taas-admin:latest
5+
build:
6+
context: ../
7+
dockerfile: docker/Dockerfile
8+
env_file:
9+
- api.env
10+
network_mode: "host"

0 commit comments

Comments
 (0)