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

feat(repo): base taskfile

This commit is contained in:
2022-11-15 07:13:46 +07:00
parent 8d3b3f9fe3
commit 8b24b15df8
7 changed files with 41 additions and 5 deletions

View File

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