1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

feat(engine): rendering experiments

This commit is contained in:
2022-11-23 22:16:56 +07:00
parent 2d891c76cd
commit 9a5c028ac0
6 changed files with 171 additions and 10 deletions

View File

@@ -16,7 +16,6 @@ services:
- app
app:
# container_name: app
build:
context: .
dockerfile: Dockerfile
@@ -25,8 +24,6 @@ services:
replicas: 2
expose:
- '${FORWARD_APP_PORT:-3000}'
# ports:
# - '${FORWARD_APP_PORT:-3000}:3000'
networks:
- c3d_net
depends_on: