this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Docker deployment config #2

open opened by blair.nz targeting main from feat/docker-deployment
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:eqcximc66kutndprykul52mq/sh.tangled.repo.pull/3mkq7f2jusn22
+2 -2
Interdiff #0 #1
.dockerignore

This file has not been changed.

Dockerfile.api

This file has not been changed.

Dockerfile.web

This file has not been changed.

+2 -2
compose.yaml
··· 9 9 volumes: 10 10 - cai_data:/data 11 11 ports: 12 - - "127.0.0.1:3001:3001" 12 + - "127.0.0.1:4002:3001" 13 13 14 14 web: 15 15 build: ··· 17 17 dockerfile: Dockerfile.web 18 18 restart: unless-stopped 19 19 ports: 20 - - "127.0.0.1:3000:80" 20 + - "127.0.0.1:4001:80" 21 21 22 22 volumes: 23 23 cai_data:
docker/nginx-web.conf

This file has not been changed.

History

2 rounds 0 comments
sign up or login to add to the discussion
blair.nz submitted #1
2 commits
expand
Add Docker deployment config
Use more unique port numbers
merge conflicts detected
expand
expand 0 comments
blair.nz submitted #0
1 commit
expand
Add Docker deployment config
expand 0 comments