mirror of
https://github.com/Leahnaya/smash-or-pass.git
synced 2026-03-22 01:14:06 -05:00
15 lines
203 B
YAML
15 lines
203 B
YAML
version: '3'
|
|
|
|
services:
|
|
react-app:
|
|
container_name: react-app
|
|
restart: on-failure
|
|
ports:
|
|
- '3000:3000'
|
|
networks:
|
|
- 'my-network'
|
|
|
|
networks:
|
|
my-network:
|
|
name: my-network
|