Server/docker-compose.yml
M1000fr 3301b365f9 feat: Add Docker configuration files
Add .dockerignore, Dockerfile, and docker-compose.yml files to configure Docker for the project.
2024-12-02 14:37:58 +01:00

5 lines
76 B
YAML

services:
api:
image: toogether/api
ports:
- "3000:3000"